Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom authored Dec 24, 2024
1 parent 1dd4393 commit a00a0de
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -569,21 +569,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Publish generic build
- name: Publish build
uses: vedantmgoyal9/winget-releaser@main
with:
identifier: Zen-Team.Zen-Browser
version: ${{ needs.build-data.outputs.version }}
release-tag: ${{ needs.build-data.outputs.version }}
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$'
token: ${{ secrets.DEPLOY_KEY }}

release-flatpak:
Expand Down

0 comments on commit a00a0de

Please sign in to comment.