Skip to content

Commit

Permalink
Fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuostoia committed Jun 19, 2024
1 parent 1da011b commit ae105aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Attest Build Provenance
uses: actions/attest-build-provenance@897ed5eab6ed058a474202017ada7f40bfa52940 # v1.0.0
with:
subject-path: 'vscode-tcf-debug.vsix'
subject-path: 'vscode-tcf-debug/vscode-tcf-debug.vsix'
- name: Run tests
run: |
cd tests
Expand Down

0 comments on commit ae105aa

Please sign in to comment.