We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e2d3a commit 8f03e2cCopy full SHA for 8f03e2c
.github/workflows/deploy.yml
@@ -97,9 +97,8 @@ jobs:
97
- name: List files
98
run: tree
99
100
- - name: Upload to Itch.io
101
- uses: yeslayla/butler-publish-itchio-action@v1.0.3
102
- with:
+ - uses: yeslayla/butler-publish-itchio-action@master
+ env:
103
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_API_KEY }}
104
CHANNEL: ${{ matrix.channel }}
105
ITCH_USER: ${{ secrets.ITCH_USERNAME }}
0 commit comments