Skip to content

Commit

Permalink
Update Publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seedysoft authored Jun 11, 2024
1 parent 084681d commit 320b29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: publish-runtimes
run: |
# Publish
dotnet publish src\BlazorWebApp\Server\Seedysoft.BlazorWebApp.Server.csproj -c Release -p:PublishTrimmed=false --sc -v n
dotnet publish Seedysoft.BlazorWebApp.Server.csproj -c Release -p:PublishTrimmed=false --sc -v n
# Pack files
tar czvf "${{ github.ref_name }}.tar.gz" "./linux-arm64/publish/"
7z a -tzip "${{ github.ref_name }}.zip" "./win-x64/publish/*"
Expand Down

0 comments on commit 320b29e

Please sign in to comment.