Skip to content

Commit

Permalink
Path value should be dir not filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjsr committed Jul 11, 2024
1 parent acfa073 commit b982e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: amd64_node_patched_npm_${{ env.NODE_VERSION }}-alpine${{ env.ALPINE_VERSION }}-npm${{ env.NPM_VERSION }}
path: /tmp/amd64/node_patched_npm/${{ env.NODE_VERSION }}-alpine${{ env.ALPINE_VERSION }}-npm${{ env.NPM_VERSION }}.tar
path: /tmp/amd64/node_patched_npm

- name: Load tagged amd64 image.
id: load-amd64
Expand Down

0 comments on commit b982e22

Please sign in to comment.