update github actions for build
This commit is contained in:
4
.github/workflows/pake_build.yaml
vendored
4
.github/workflows/pake_build.yaml
vendored
@@ -78,9 +78,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm run build:all-windows
|
npm run build:all-windows
|
||||||
|
|
||||||
- name: Upload files (only for Windows)
|
- name: Upload files
|
||||||
|
# arg info: https://github.com/ncipollo/release-action#release-action
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
if: matrix.target == 'x86_64-pc-windows-msvc'
|
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: "output/*/*.*"
|
artifacts: "output/*/*.*"
|
||||||
|
|||||||
Reference in New Issue
Block a user