Skip to content

Commit

Permalink
Attempting to get auto winget deployments added
Browse files Browse the repository at this point in the history
  • Loading branch information
grofit committed Jan 19, 2024
1 parent 3137206 commit f1a0351
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Build And Test

on: [push]

jobs:
build-and-test:
runs-on: ubuntu-latest
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/winget-releaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: Strem.App
max-versions-to-keep: 5
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit f1a0351

Please sign in to comment.