mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2026-01-27 14:04:08 +01:00
Merge branch 'master' into develop
This commit is contained in:
2
.github/workflows/Build.yml
vendored
2
.github/workflows/Build.yml
vendored
@@ -151,4 +151,4 @@ jobs:
|
||||
with:
|
||||
artifacts: "*/binaries/main/*/*.*,*/jars/*.jar,*/android/build/outputs/apk/release/*.apk"
|
||||
draft: true
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.WINGET_PUBLISH_PAT }}
|
||||
|
||||
12
.github/workflows/winget.yml
vendored
Normal file
12
.github/workflows/winget.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Publish to WinGet
|
||||
on:
|
||||
release:
|
||||
types: [released]
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: windows-latest # action can only be run on windows
|
||||
steps:
|
||||
- uses: vedantmgoyal2009/winget-releaser@latest
|
||||
with:
|
||||
identifier: Suwayomi.Tachidesk-JUI
|
||||
token: ${{ secrets.WINGET_PUBLISH_PAT }}
|
||||
Reference in New Issue
Block a user