Skip to content

Commit

Permalink
Update action.yml (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
hupling authored Dec 17, 2024
1 parent f95c6f3 commit 9eea3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/action-npm-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
run: npm run --prefix ./${{inputs.app-path}} build
shell: bash
- id: artifact-name
run: echo "artifact-name=${{hashFiles(format('./{0}/package.json', matrix.app-path))}}" >> "$GITHUB_OUTPUT"
run: echo "artifact-name=${{hashFiles(format('./{0}/package.json', inputs.app-path))}}" >> "$GITHUB_OUTPUT"
shell: bash
- name: "Upload Artifact"
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9eea3ce

Please sign in to comment.