Skip to content

Commit

Permalink
another action change
Browse files Browse the repository at this point in the history
  • Loading branch information
georgegebbett committed Nov 23, 2023
1 parent 7d806ad commit bebc97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pulumi-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
run: ls ${{steps.download.outputs.download-path}}
- name: Uncompress nodejs SDK
if: inputs.sdk == 'nodejs' || inputs.sdk == 'all'
run: tar -zxf ${{ github.workspace }}/sdk/nodejs-sdk.tar.gz -C
run: tar -zxf ${{ github.workspace }}/sdk/nodejs.tar.gz -C
${{ github.workspace }}/sdk/nodejs
shell: bash
- name: Run npm whoami
Expand Down

0 comments on commit bebc97a

Please sign in to comment.