Skip to content

Commit

Permalink
Merge pull request #371 from bcgov/fix-desk-app-wf
Browse files Browse the repository at this point in the history
Changes desk app build uploads to only executables
  • Loading branch information
Bottle7 authored Nov 29, 2024
2 parents 8b13172 + a51a22c commit d1d7b3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/desktop-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ jobs:
id: create_release
uses: softprops/action-gh-release@v2
with:
files: ./desktop/dist/**/*
files: |
./desktop/dist/**/*.exe
./desktop/dist/**/*.dmg
tag_name: ${{ needs.version_bump.outputs.VERSION }}
name: Release ${{ needs.version_bump.outputs.VERSION }}
body: "Release ${{ needs.version_bump.outputs.VERSION }} for electron-updater"
Expand Down

0 comments on commit d1d7b3d

Please sign in to comment.