Skip to content

Commit

Permalink
Update build-release-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hschoenenberger authored Sep 27, 2024
1 parent 400f0d4 commit 54d4144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
echo "zip_file=${{ github.event.repository.name }}-${{ needs.build.outputs.version }}.zip" >> "$GITHUB_OUTPUT"
- name: Download artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: ${{ github.event.repository.name }}
path: ${{ github.workspace }}
Expand Down

0 comments on commit 54d4144

Please sign in to comment.