Skip to content

Commit

Permalink
Fix refresh windows release
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Jan 23, 2023
1 parent 5e7e456 commit fa1cb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Zip up package for Linux x64
run: zip -rj Refresh-Linux-x64.zip Refresh.GameServer/bin/Release/net7.0/linux-x64/publish/
- name: Zip up package for Windows x64
run: zip -rj Refresh-Windows-x64.zip Refresh.GameServer/bin/Release/net7.0/windows-x64/publish/
run: zip -rj Refresh-Windows-x64.zip Refresh.GameServer/bin/Release/net7.0/win-x64/publish/
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit fa1cb64

Please sign in to comment.