Skip to content

Commit

Permalink
try newer version and using relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
philosowaffle committed Aug 18, 2024
1 parent e4b97d1 commit 50aa7c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50aa7c2

Please sign in to comment.