mirror of
https://github.com/lencx/ChatGPT.git
synced 2024-10-01 01:06:13 -04:00
action
This commit is contained in:
parent
0c68599d35
commit
d78f23d7e2
20
.github/workflows/release.yml
vendored
20
.github/workflows/release.yml
vendored
@ -90,13 +90,13 @@ jobs:
|
|||||||
publish_dir: ./updater
|
publish_dir: ./updater
|
||||||
force_orphan: true
|
force_orphan: true
|
||||||
|
|
||||||
publish-winget:
|
# publish-winget:
|
||||||
# Action can only be run on windows
|
# # Action can only be run on windows
|
||||||
runs-on: windows-latest
|
# runs-on: windows-latest
|
||||||
needs: [create-release, build-tauri]
|
# needs: [create-release, build-tauri]
|
||||||
steps:
|
# steps:
|
||||||
- uses: vedantmgoyal2009/winget-releaser@v1
|
# - uses: vedantmgoyal2009/winget-releaser@v1
|
||||||
with:
|
# with:
|
||||||
identifier: lencx.ChatGPT
|
# identifier: lencx.ChatGPT
|
||||||
token: ${{ secrets.WINGET_TOKEN }}
|
# token: ${{ secrets.WINGET_TOKEN }}
|
||||||
version: ${{ env.version }}
|
# version: ${{ env.version }}
|
||||||
|
Loading…
Reference in New Issue
Block a user