Skip to content

Commit

Permalink
Remove bitness
Browse files Browse the repository at this point in the history
  • Loading branch information
dend committed Feb 21, 2024
1 parent 1d34d83 commit 9122182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installer-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
uses: softprops/action-gh-release@master
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./src/OpenSpartan.Workshop.Installer.Bundle/bin/x64/Release/OpenSpartan.Workshop.Installer.Bundle.exe
files: ./src/OpenSpartan.Workshop.Installer.Bundle/bin/Release/OpenSpartan.Workshop.Installer.Bundle.exe
body_path: ./CURRENTRELEASE.md
token: ${{ secrets.RELEASE_TOKEN }}

0 comments on commit 9122182

Please sign in to comment.