Skip to content

Commit

Permalink
Fix itch artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nightm4re94 committed Nov 27, 2024
1 parent 4cc069a commit 1802d38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,8 @@ jobs:
uses: jdno/setup-butler@v1

- name: Upload to itch.io
run: butler push utiliti/build/jpackage gurkenlabs/litiengine:${{ runner.os }} --userversion ${{ env.RELEASE_VERSION }}
env:
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
run: |
latest_tag=$(git describe --tags --abbrev=0)
butler push utiliti/build/jpackage gurkenlabs/litiengine:${{ runner.os }} --userversion $latest_tag

0 comments on commit 1802d38

Please sign in to comment.