mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2024-12-22 22:38:43 +01:00
Upload artifacts for windows and mac
This commit is contained in:
parent
224f0a1e10
commit
85d03942e5
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
@ -53,6 +53,13 @@ jobs:
|
||||
run: |
|
||||
yarn install
|
||||
yarn build
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
draft: true
|
||||
files: |
|
||||
dist/*.exe
|
||||
|
||||
|
||||
release-macos:
|
||||
runs-on: macos-latest
|
||||
@ -80,3 +87,9 @@ jobs:
|
||||
run: |
|
||||
yarn install
|
||||
yarn build
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
draft: true
|
||||
files: |
|
||||
dist/*.dmg
|
||||
|
Loading…
Reference in New Issue
Block a user