From 31cfe414020d4ed5454452f355e397f6cb49f6a6 Mon Sep 17 00:00:00 2001 From: Tlntin Date: Fri, 24 Mar 2023 14:48:00 +0800 Subject: [PATCH] update github actions for build --- .github/workflows/pake_build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pake_build.yaml b/.github/workflows/pake_build.yaml index dd1bfdc..01afbeb 100644 --- a/.github/workflows/pake_build.yaml +++ b/.github/workflows/pake_build.yaml @@ -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/*/*.*"