Skip to content

Commit

Permalink
ci: manual build trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
BluDood committed Nov 10, 2024
1 parent 1aea09b commit 66f59f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build GlanceThing and attach to release
on:
release:
types: [created]
workflow_dispatch:

permissions:
contents: write
Expand Down Expand Up @@ -33,6 +34,7 @@ jobs:
run: npm run build:win

- name: Upload the zip to the GitHub Release
if: github.event_name == 'release' && github.event.action == 'created'
uses: softprops/action-gh-release@v2
with:
files: ./dist/glancething-*-setup.exe
Expand All @@ -56,6 +58,7 @@ jobs:
run: npm run build:mac

- name: Upload the zip to the GitHub Release
if: github.event_name == 'release' && github.event.action == 'created'
uses: softprops/action-gh-release@v2
with:
files: ./dist/glancething-*.dmg
Expand Down Expand Up @@ -86,6 +89,7 @@ jobs:
working-directory: ./client/dist

- name: Upload the zip to the GitHub Release
if: github.event_name == 'release' && github.event.action == 'created'
uses: softprops/action-gh-release@v2
with:
files: /tmp/glancething-client-*.zip

0 comments on commit 66f59f6

Please sign in to comment.