mirror of
https://github.com/lencx/ChatGPT.git
synced 2024-10-01 01:06:13 -04:00
fix: winget release
This commit is contained in:
parent
fc74ce30ed
commit
d7ab912917
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -2,9 +2,11 @@ name: Release CI
|
||||
|
||||
on:
|
||||
push:
|
||||
# Sequence of patterns matched against refs/tags
|
||||
tags:
|
||||
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
|
||||
branches:
|
||||
- dev
|
||||
# # Sequence of patterns matched against refs/tags
|
||||
# tags:
|
||||
# - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
|
||||
|
||||
jobs:
|
||||
create-release:
|
||||
|
20
.github/workflows/winget.yml
vendored
20
.github/workflows/winget.yml
vendored
@ -1,20 +0,0 @@
|
||||
name: Winget CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
# # Sequence of patterns matched against refs/tags
|
||||
# tags:
|
||||
# - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
|
||||
|
||||
jobs:
|
||||
publish-winget:
|
||||
# Action can only be run on windows
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: vedantmgoyal2009/winget-releaser@v1
|
||||
with:
|
||||
identifier: lencx.ChatGPT
|
||||
token: ${{ secrets.WINGET_TOKEN }}
|
||||
version: ${{ env.version }}
|
Loading…
Reference in New Issue
Block a user