Skip to content

Commit

Permalink
working on workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
corymhall committed Jun 20, 2024
1 parent 9c69e81 commit 7410124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
name: pulumi-${{ env.PROVIDER }}-provider.tar.gz
path: ${{ github.workspace }}
- name: UnTar provider binaries
run: tar -zxf ${{ github.workspace }}/pulumi-${{ env.PROVIDER }}-provider.tar.gz -C ${{
run: tar -zxf ${{ github.workspace }}/provider.tar.gz -C ${{
github.workspace}}/bin
- name: Restore Binary Permissions
run: chmod +x bin/*
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
name: pulumi-${{ env.PROVIDER }}-provider.tar.gz
path: ${{ github.workspace }}/bin
- name: UnTar provider binaries
run: tar -zxf ${{ github.workspace }}/pulumi-${{ env.PROVIDER}}-provider.tar.gz -C ${{
run: tar -zxf ${{ github.workspace }}/provider.tar.gz -C ${{
github.workspace}}/bin
- name: Restore Binary Permissions
run: chmod +x bin/*
Expand Down

0 comments on commit 7410124

Please sign in to comment.