Update build.yml
This commit is contained in:
parent
77f832447e
commit
6384d0ea8c
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -24,12 +24,12 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: cd app && yarn
|
||||
- run: yarn build:all && cd ../
|
||||
- run: cd app && yarn build:all
|
||||
- uses: shogo82148/actions-upload-release-asset@v1
|
||||
with:
|
||||
upload_url: ${{ github.event.release.upload_url }}
|
||||
asset_path: "*.exe"
|
||||
asset_path: "build/*.exe"
|
||||
- uses: shogo82148/actions-upload-release-asset@v1
|
||||
with:
|
||||
upload_url: ${{ github.event.release.upload_url }}
|
||||
asset_path: "*.appx"
|
||||
asset_path: "build/*.appx"
|
||||
|
|
Loading…
Reference in New Issue
Block a user