Skip to content

Commit

Permalink
Update ReleaseAll.yml
Browse files Browse the repository at this point in the history
Add tag
  • Loading branch information
mark-s committed May 11, 2024
1 parent e1d4d40 commit 3c64bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ReleaseAll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
release_name="QnapBackupDecryptor-FD-$tag-${{ matrix.target }}"
# Build everything
dotnet publish ./QnapBackupDecryptor.Console/QnapBackupDecryptor.Console.csproj -c Release -f net8.0 -r ${{ matrix.target }} --self-contained false -p:PublishSingleFile=true -o "./releases/$release_name" -p:DebugType=None -p:DebugSymbols=false
dotnet publish ./QnapBackupDecryptor.Console/QnapBackupDecryptor.Console.csproj -c Release -f net8.0 -r ${{ matrix.target }} --self-contained false -p:PublishSingleFile=true -o "./releases/$release_name" -p:DebugType=None -p:DebugSymbols=false -p:Version=${tag}
# Pack files
if [ "${{ matrix.target }}" == "win-x64" ]; then
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
release_name="QnapBackupDecryptor-SC-$tag-${{ matrix.target }}"
# Build everything
dotnet publish QnapBackupDecryptor.sln -c Release -f net8.0 -r ${{ matrix.target }} --self-contained true -o "./releases/$release_name" -p:DebugType=None -p:DebugSymbols=false
dotnet publish QnapBackupDecryptor.sln -c Release -f net8.0 -r ${{ matrix.target }} --self-contained true -o "./releases/$release_name" -p:DebugType=None -p:DebugSymbols=false -p:Version=${tag}
# Pack files
if [ "${{ matrix.target }}" == "win-x64" ]; then
Expand Down

0 comments on commit 3c64bde

Please sign in to comment.