Skip to content

Commit

Permalink
Downgrade version of action-gh-release softprops/action-gh-release#556
Browse files Browse the repository at this point in the history
  • Loading branch information
YummyBacon5 authored Dec 13, 2024
1 parent d612cd7 commit 24688cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildexe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
run: uv run pyinstaller -F src/main.py --hidden-import sys --add-data src/resources/:./resources/ --name Cave-of-Shadows-AdventureSoft

- name: Publish
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2.1.0
with:
files: dist/Cave-of-Shadows-AdventureSoft.exe
tag_name: v${{ github.run_number }}
prerelease: false
name: v${{ github.run_number }}
name: v${{ github.run_number }}

0 comments on commit 24688cb

Please sign in to comment.