File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -194,13 +194,13 @@ jobs:
194
194
- name : Query version number
195
195
run : echo "version=${GITHUB_REF:11}" >> $GITHUB_ENV
196
196
197
- publish-winget :
198
- # Action can only be run on windows
199
- runs-on : windows-latest
200
- needs : [build-chatgpt, release-chatgpt]
201
- steps :
202
- - uses : vedantmgoyal2009/winget-releaser@v1
203
- with :
204
- identifier : lencx.ChatGPT
205
- token : ${{ secrets.WINGET_TOKEN }}
206
- version : ${{ github.event.release.tag_name }}
197
+ # publish-winget:
198
+ # # Action can only be run on windows
199
+ # runs-on: windows-latest
200
+ # needs: [build-chatgpt, release-chatgpt]
201
+ # steps:
202
+ # - uses: vedantmgoyal2009/winget-releaser@v1
203
+ # with:
204
+ # identifier: lencx.ChatGPT
205
+ # token: ${{ secrets.WINGET_TOKEN }}
206
+ # version: ${{ github.event.release.tag_name }}
You can’t perform that action at this time.
0 commit comments