Skip to content

Commit

Permalink
Update publish-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
philosowaffle authored Aug 11, 2024
1 parent 5ea47d6 commit 37e2956
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,10 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: ${{ needs.publish-ui-dist.outputs.artifact_name }}
path: /download
- name: Create Zip for Win UI Release Artifact
uses: papeloto/action-zip@v1
with:
files: /download/${{ needs.publish-ui-dist.outputs.artifact_name }}
files: ${{ github.workspace }}/${{ needs.publish-ui-dist.outputs.artifact_name }}
dest: /dist/ui_win_${{ github.event.inputs.version }}.zip

- uses: actions/checkout@v4
Expand Down

0 comments on commit 37e2956

Please sign in to comment.