From 50aa7c21cfd79f97d00a079a1e59c946adf92f0b Mon Sep 17 00:00:00 2001 From: Bailey Date: Sun, 18 Aug 2024 09:16:47 -0500 Subject: [PATCH] try newer version and using relative path --- .github/workflows/test-workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-workflow.yaml b/.github/workflows/test-workflow.yaml index 769fe8f1f..ee88a85b1 100644 --- a/.github/workflows/test-workflow.yaml +++ b/.github/workflows/test-workflow.yaml @@ -33,9 +33,9 @@ jobs: shell: pwsh - name: Create Zip for Win UI Release Artifact - uses: papeloto/action-zip@v1 + uses: vimtor/action-zip@v1.2 with: - files: ${{ github.workspace }}/downloaded/ + files: /downloaded/ #relative to gh workspace dest: ${{ github.workspace }}/dist/ui_win_${{ github.event.inputs.version }}.zip - name: Upload Artifact