@@ -96,23 +96,23 @@ jobs:
96
96
signls_*.tar.gz
97
97
signls_*.zip
98
98
99
- itchio-release :
100
- needs : release
101
- if : startsWith(github.ref, 'refs/tags/v')
102
- runs-on : ubuntu-latest
103
- strategy :
104
- matrix :
105
- os : [Linux, macOS, Windows]
106
- env :
107
- itchio_project : " emprcl/signls"
108
- steps :
109
-
110
- with :
111
- name : signls_${{ github.sha }}_${{ matrix.os }}
112
- - uses : robpc/itchio-upload-action@v1
113
- with :
114
- path : signls_${{ github.sha }}_${{ matrix.os }}
115
- project : ${{ env.itchio_project }}
116
- channel : ${{ matrix.os }}
117
- version : ${{ github.ref_name}}
118
- api-key : ${{ secrets.ITCHIO_API_KEY }}
99
+ # itchio-release:
100
+ # needs: release
101
+ # if: startsWith(github.ref, 'refs/tags/v')
102
+ # runs-on: ubuntu-latest
103
+ # strategy:
104
+ # matrix:
105
+ # os: [Linux, macOS, Windows]
106
+ # env:
107
+ # itchio_project: "emprcl/signls"
108
+ # steps:
109
+ # - uses: actions/[email protected]
110
+ # with:
111
+ # name: signls_${{ github.sha }}_${{ matrix.os }}
112
+ # - uses: robpc/itchio-upload-action@v1
113
+ # with:
114
+ # path: signls_${{ github.sha }}_${{ matrix.os }}
115
+ # project: ${{ env.itchio_project }}
116
+ # channel: ${{ matrix.os }}
117
+ # version: ${{ github.ref_name}}
118
+ # api-key: ${{ secrets.ITCHIO_API_KEY }}
0 commit comments