Skip to content

Commit

Permalink
Merge pull request #168 from lmcintyre/patch-1
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
Supamiu committed Nov 6, 2023
2 parents 4481c0e + 8792ca6 commit 51fd6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
mkdir release-out
Compress-Archive -Path .\Godbert\bin\Release\net7.0-windows\* -DestinationPath .\release-out\Godbert.zip -Force
Compress-Archive -Path .\SaintCoinach.Cmd\bin\Release\net7.0-windows\* -DestinationPath .\release-out\SaintCoinach.Cmd.zip -Force
Compress-Archive -Path .\SaintCoinach.Cmd\bin\Release\net7.0\* -DestinationPath .\release-out\SaintCoinach.Cmd.zip -Force
- name: Create Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 51fd6b6

Please sign in to comment.