Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pieckenst committed Nov 30, 2023
1 parent 9b6359b commit c84078b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
GITHUB_TOKEN: "${{ secrets.WORKFLOW_TOKEN }}"

- name: Zip the Build
run: zip -r "mele-launcher-bin-win" + ${{ steps.semvers.outputs.patch }} + "zip" ./MELE-launcher/bin/Release/net5.0/ # this is kinda a hack and might not work lol
run: zip -r "mele-launcher-bin-win-output.zip" ./MELE-launcher/bin/Release/net5.0/win-x64/publish # this is kinda a hack and might not work lol
- name: Release
uses: softprops/action-gh-release@v0.1.14
# if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit c84078b

Please sign in to comment.