1
0
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:
lencx 2023-01-07 14:53:18 +08:00
parent fc74ce30ed
commit d7ab912917
2 changed files with 5 additions and 23 deletions

View File

@ -2,9 +2,11 @@ name: Release CI
on: on:
push: push:
# Sequence of patterns matched against refs/tags branches:
tags: - dev
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 # # Sequence of patterns matched against refs/tags
# tags:
# - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
jobs: jobs:
create-release: create-release:

View File

@ -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 }}