Skip to content

Commit

Permalink
Fix linux build release name
Browse files Browse the repository at this point in the history
  • Loading branch information
Meister1593 committed Jan 3, 2024
1 parent 9b3eddb commit 484f987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Publish for windows
run: dotnet publish -r win-x64 -c Release
- name: Pack linux build
run: zip -r ADBForwarder-windows-x64.zip ADBForwarder/bin/Release/net8.0/linux-x64/
run: zip -r ADBForwarder-linux-x64.zip ADBForwarder/bin/Release/net8.0/linux-x64/
- name: Pack windows build
run: zip -r ADBForwarder-windows-x64.zip ADBForwarder/bin/Release/net8.0/win-x64/
- name: Release
Expand Down

0 comments on commit 484f987

Please sign in to comment.