File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ jobs:
2929 - name : get version
3030 id : version
3131 uses : martinbeentjes/npm-get-version-action@v1.3.1
32- - name : publish to itch.io
33- uses : josephbmanley/butler-publish-itchio-action@v1.1.0
34- env :
35- BUTLER_CREDENTIALS : ${{ secrets.BUTLER_CREDENTIALS }}
36- CHANNEL : win-linux-mac-stable
37- ITCH_GAME : bitsy
38- ITCH_USER : ledoux
39- PACKAGE : editor
40- VERSION : ${{ steps.version.outputs.current-version }}
32+ # - name: publish to itch.io
33+ # uses: josephbmanley/butler-publish-itchio-action@v1.1.0
34+ # env:
35+ # BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
36+ # CHANNEL: win-linux-mac-stable
37+ # ITCH_GAME: bitsy
38+ # ITCH_USER: ledoux
39+ # PACKAGE: editor
40+ # VERSION: ${{ steps.version.outputs.current-version }}
4141 - name : publish to bitsy.org
4242 run : node dev/publish editor editor ${{ secrets.FTP_USER }} ${{ secrets.FTP_SERVER }} 22 ${{ secrets.FTP_PASS }}
You can’t perform that action at this time.
0 commit comments