Modify Winget

This commit is contained in:
Syer10
2025-07-07 23:05:33 -04:00
parent 0ef6d74514
commit d797a03502

View File

@@ -1,9 +1,10 @@
name: Publish to WinGet name: Publish to WinGet
on: on:
workflow_run: push:
workflows: ["CI Publish"] tags:
types: - "v*.*.*"
- completed workflow_dispatch:
jobs: jobs:
publish: publish:
runs-on: windows-latest # action can only be run on windows runs-on: windows-latest # action can only be run on windows
@@ -13,3 +14,4 @@ jobs:
identifier: Suwayomi.Tachidesk-Server identifier: Suwayomi.Tachidesk-Server
installers-regex: '.*x64.msi$' installers-regex: '.*x64.msi$'
token: ${{ secrets.WINGET_PUBLISH_PAT }} token: ${{ secrets.WINGET_PUBLISH_PAT }}
version: ${{ github.ref_name }}