Skip to content

Commit

Permalink
Merge branch 'Legcord:dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
CCIGAMES authored Oct 20, 2024
2 parents 2ab628f + 7238c54 commit 495aa0b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest
steps:
- uses: vedantmgoyal9/winget-releaser@v2
with:
identifier: smartfrigde.Legcord
token: ${{secrets.PUBLIC_REPO_READ}}

0 comments on commit 495aa0b

Please sign in to comment.