Skip to content

Commit

Permalink
Change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Jul 25, 2022
1 parent e7dcf0e commit 14ddc49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Publish to WinGet
on:
release:
types: [released, prereleased]
workflow_run:
workflows: ["Flutter build"]
types:
- completed
jobs:
publish:
runs-on: windows-latest
if: startsWith(github.ref, "refs/tags/v")
steps:
- if: github.event.action == 'released'
uses: vedantmgoyal2009/winget-releaser@latest
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| Version | Supported | |
| ------- | ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------- |
| 1.4-dev | :warning: | [Docs](https://docs.butterfly.linwood.dev/docs/1.4/intro) [Release](https://github.com/LinwoodCloud/butterfly/releases/tag/v1.4.0-rc.2) |
| 1.4-dev | :warning: | [Docs](https://docs.butterfly.linwood.dev/docs/1.4/intro) [Release](https://github.com/LinwoodCloud/butterfly/releases/tag/v1.4.0-rc.3) |
| 1.3.2 | :white_check_mark: | [Docs](https://docs.butterfly.linwood.dev/docs/1.3/intro) [Release](https://github.com/LinwoodCloud/butterfly/releases/tag/v1.3.2) |
| 1.2.1 | :x: | [Docs](https://docs.butterfly.linwood.dev/docs/1.2/intro) [Release](https://github.com/LinwoodCloud/butterfly/releases/tag/v1.2.1) |
| 1.1.2 | :x: | [Docs](https://docs.butterfly.linwood.dev/docs/1.1/intro) [Release](https://github.com/LinwoodCloud/butterfly/releases/tag/v1.1.2) |
Expand Down

0 comments on commit 14ddc49

Please sign in to comment.