Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom authored Nov 28, 2024
1 parent eed02b2 commit 1dd4393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -575,15 +575,15 @@ jobs:
identifier: Zen-Team.Zen-Browser
version: ${{ needs.build-data.outputs.version }}
release-tag: ${{ needs.build-data.outputs.version }}
installers-regex: 'zen.installer-generic\.exe$'
installers-regex: 'zen\.installer-(?:generic|arm64)\.exe$'
token: ${{ secrets.DEPLOY_KEY }}
- name: Publish optimized build
uses: vedantmgoyal9/winget-releaser@main
with:
identifier: Zen-Team.Zen-Browser.Optimized
version: ${{ needs.build-data.outputs.version }}
release-tag: ${{ needs.build-data.outputs.version }}
installers-regex: 'zen.installer\.exe$'
installers-regex: 'zen\.installer\.exe$'
token: ${{ secrets.DEPLOY_KEY }}

release-flatpak:
Expand Down

0 comments on commit 1dd4393

Please sign in to comment.