Skip to content

Commit

Permalink
👷 Fix GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiBardon committed Jan 1, 2024
1 parent 9347d87 commit eff876a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

env:
tag: ${{ needs.setup.outputs.tag }}
artifacts: ${{ env.GITHUB_WORKSPACE }}/artifacts
artifacts: ${{ github.workspace }}/artifacts

permissions:
contents: write
Expand Down

0 comments on commit eff876a

Please sign in to comment.