File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,13 @@ jobs:
48
48
env :
49
49
VITE_GOOGLE_ANALYTICS_ID : ${{ secrets.GOOGLE_ANALYTICS_ID }}
50
50
51
- - name : Setup butler
52
- uses : remarkablegames/setup-butler@v1
51
+ # - name: Setup butler
52
+ # uses: remarkablegames/setup-butler@v1
53
53
54
- - name : Upload to itch.io
55
- run : butler push dist ${{ github.repository }}:html5 --userversion ${{ env.VERSION }}
56
- env :
57
- BUTLER_API_KEY : ${{ secrets.BUTLER_API_KEY }}
54
+ # - name: Upload to itch.io
55
+ # run: butler push dist ${{ github.repository }}:html5 --userversion ${{ env.VERSION }}
56
+ # env:
57
+ # BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
58
58
59
59
- name : Upload Release Artifact
60
60
run : gh release upload ${{ needs.release.outputs.tag_name }} dist/${{ github.event.repository.name }}-${{ env.VERSION }}.zip
You can’t perform that action at this time.
0 commit comments