Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pieckenst authored Nov 30, 2023
1 parent 138a1c0 commit 61f07e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
GITHUB_TOKEN: "${{ secrets.WORKFLOW_TOKEN }}"

- name: '[Windows] Archive build'
run: zip -r "mele-launcher-bin-win-output.zip" ./MELE-launcher/bin/Release/net5.0/win-x64 # 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/')
with:
tag_name: ${{ steps.bump_version_patch.outputs.next-version }}
body: "Automatic CI build - for changes please see commit history"
body: "Automatic CI build - for changes please see commit history of the main branch"
files: "mele-launcher-bin-win-output.zip"
env:
GITHUB_TOKEN: "${{ secrets.WORKFLOW_TOKEN }}"
Expand Down

0 comments on commit 61f07e2

Please sign in to comment.