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 4395e1d commit 9b6359b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
run: dotnet build --configuration Release --no-restore
- name: Publish
run: dotnet publish --runtime win-x64 --configuration Release
- name: Zip the Build
run: zip -r "mele-launcher-bin-win.zip" ./MELE-launcher/bin/Release/net5.0/

- name: 'Get Previous tag'
id: previoustag
uses: "WyriHaximus/github-action-get-previous-tag@v1"
Expand All @@ -49,7 +48,9 @@ jobs:
title: ${{ steps.semvers.outputs.patch }}
env:
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
- name: Release
uses: softprops/action-gh-release@v0.1.14
# if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 9b6359b

Please sign in to comment.