From d231bb807cd54b2465f7fdad9a8f24e7b7e462d8 Mon Sep 17 00:00:00 2001 From: craftxbox Date: Mon, 6 Nov 2023 01:15:00 -0330 Subject: [PATCH] [no ci] Update node.js.yml --- .github/workflows/node.js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 391a1ec..f015826 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -37,16 +37,16 @@ jobs: - name: Upload a Build Artifact uses: actions/upload-artifact@v3.1.0 with: - name: DTabs_windows_${{github.ref_name}}_${{github.sha}}.zip + name: DTabs_windows_${{github.ref_name}}_${{github.sha}} path: ./DTabs-win32-x64 - name: Upload a Build Artifact uses: actions/upload-artifact@v3.1.0 with: - name: DTabs_macos_${{github.ref_name}}_${{github.sha}}.zip + name: DTabs_macos_${{github.ref_name}}_${{github.sha}} path: ./DTabs-darwin-x64 - name: Upload a Build Artifact uses: actions/upload-artifact@v3.1.0 with: - name: DTabs_linux_${{github.ref_name}}_${{github.sha}}.zip + name: DTabs_linux_${{github.ref_name}}_${{github.sha}} path: ./DTabs-linux-x64