Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwatobimaxwell committed May 12, 2024
1 parent 77993f6 commit 4092103
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions .github/workflows/secure-browser-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,8 @@ jobs:
}
shell: pwsh

- name: release (mac & linux)
- name: release
uses: softprops/action-gh-release@v1
if: matrix.os != 'windows-latest'
with:
tag_name: ${{ needs.create-tag.outputs.new_tag }}
name: Release ${{ needs.create-tag.outputs.new_tag }}
Expand All @@ -127,27 +126,4 @@ jobs:
app/desktop-app/formatted-dist/*.rpm
app/desktop-app/formatted-dist/*.tar.gz
app/desktop-app/formatted-dist/*.yml
app/desktop-app/formatted-dist/*.blockmap
- name: release (windows)
if: matrix.os == 'windows-latest'
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ needs.create-tag.outputs.new_tag }}
name: Release ${{ needs.create-tag.outputs.new_tag }}
body: 'Changes in this Release: ${{ needs.create-tag.outputs.changelog }}'
token: ${{ env.GH_TOKEN }}
draft: false
prerelease: false
files: |
app\desktop-app\formatted-dist\*.exe
app\desktop-app\formatted-dist\*.zip
app\desktop-app\formatted-dist\*.dmg
app\desktop-app\formatted-dist\*.AppImage
app\desktop-app\formatted-dist\*.snap
app\desktop-app\formatted-dist\*.exe
app\desktop-app\formatted-dist\*.deb
app\desktop-app\formatted-dist\*.rpm
app\desktop-app\formatted-dist\*.tar.gz
app\desktop-app\formatted-dist\*.yml
app\desktop-app\formatted-dist\*.blockmap
app/desktop-app/formatted-dist/*.blockmap

0 comments on commit 4092103

Please sign in to comment.