From 634f45a4c4804a4d5b4cf4f060e13bba4f4d21b0 Mon Sep 17 00:00:00 2001 From: shanmiteko Date: Wed, 6 Oct 2021 17:57:21 +0800 Subject: [PATCH] action: update pkg.yml --- .github/workflows/pkg.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pkg.yml b/.github/workflows/pkg.yml index 58abfb4..c435f9c 100644 --- a/.github/workflows/pkg.yml +++ b/.github/workflows/pkg.yml @@ -33,17 +33,17 @@ jobs: uses: actions/upload-artifact@v2 with: name: nlts-win-x64 - path: dist/nlts-win-x64.zip + path: dist/nlts-win-x64/ - name: "Upload to artifact(linux)" uses: actions/upload-artifact@v2 with: name: nlts-linux-x64 - path: dist/nlts-linux-x64.zip + path: dist/nlts-linux-x64/ - name: "Upload to artifact(macos)" uses: actions/upload-artifact@v2 with: name: nlts-macos-x64 - path: dist/nlts-macos-x64.zip + path: dist/nlts-macos-x64/ pkg_arm64: runs-on: ubuntu-latest steps: