Skip to content

Commit

Permalink
Fix download-artifact destination path
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Dec 26, 2023
1 parent 3cc9fbc commit 4649bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r_assemble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ${{ inputs.min }}
path: artifacts/dist/${{ inputs.min }}
path: artifacts/dist

- name: Run `assemble.sh`
run: |
Expand Down

0 comments on commit 4649bc3

Please sign in to comment.