Skip to content

$PACKAGE_VERSION = "5.1.6" #13

$PACKAGE_VERSION = "5.1.6"

$PACKAGE_VERSION = "5.1.6" #13

Workflow file for this run

name: winget
on:
workflow_dispatch:
push:
paths:
- 'winget/make.ps1'
- '.github/workflows/winget.yml'
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- run: gh repo sync rednoah/winget-pkgs -b master
env:
GH_TOKEN: ${{ secrets.WINGETCREATE_TOKEN }}
publish:
needs: repo-sync
runs-on: windows-latest
env:
WINGETCREATE_TOKEN: ${{ secrets.WINGETCREATE_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Submit
run: |
Set-Location winget
./make.ps1 --Submit --Token $env:WINGETCREATE_TOKEN