Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
albertomn86 committed Dec 8, 2023
1 parent a686ad0 commit d0b416c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Publish
run: dotnet publish TLEGenerator -c Release -f net5.0* --no-restore --output linux-x64
run: dotnet publish TLEGenerator -c Release -f net5.0 --no-restore --output linux-x64
- uses: actions/upload-artifact@v3
with:
name: tlegenerator-linux-x64
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Publish
run: dotnet publish TLEGenerator -c Release -f net5.0* --no-restore --output windows-x64
run: dotnet publish TLEGenerator -c Release -f net5.0 --no-restore --output windows-x64
- uses: actions/upload-artifact@v3
with:
name: tlegenerator-windows-x64
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Publish
run: dotnet publish TLEGenerator -c Release -f net5.0* --no-restore --output osx-x64
run: dotnet publish TLEGenerator -c Release -f net5.0 --no-restore --output osx-x64
- uses: actions/upload-artifact@v3
with:
name: tlegenerator-osx-x64
Expand Down

0 comments on commit d0b416c

Please sign in to comment.