Skip to content

Commit

Permalink
re-enabled itch.io upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
cxreiff committed Sep 20, 2024
1 parent 992413a commit d238843
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,16 +157,15 @@ jobs:
chmod +x butler
./butler -V
# SKIPPING DURING JAM JUDGING PERIOD
# - name: upload all packages to itch.io
# env:
# BUTLER_API_KEY: ${{ secrets.BUTLER_CREDENTIALS }}
# run: |
# for channel in $(ls upload); do
# ./butler push \
# --fix-permissions \
# --userversion='${{ env.VERSION }}' \
# upload/"${channel}" \
# '${{ env.ITCH_TARGET }}':"${channel#package-}"
# done
- name: upload all packages to itch.io
env:
BUTLER_API_KEY: ${{ secrets.BUTLER_CREDENTIALS }}
run: |
for channel in $(ls upload); do
./butler push \
--fix-permissions \
--userversion='${{ env.VERSION }}' \
upload/"${channel}" \
'${{ env.ITCH_TARGET }}':"${channel#package-}"
done

0 comments on commit d238843

Please sign in to comment.