update github actions for build

This commit is contained in:
Tlntin
2023-03-24 14:48:00 +08:00
parent 93c5c1baa8
commit 31cfe41402

View File

@@ -78,9 +78,9 @@ jobs:
run: |
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
if: matrix.target == 'x86_64-pc-windows-msvc'
with:
allowUpdates: true
artifacts: "output/*/*.*"