Skip to content

Commit

Permalink
Fixing main.yml workflow (#253)
Browse files Browse the repository at this point in the history
Removing the second file that no longer exists, as @iwahbe suggested. 

@komalali , is there any way to run this before merging in?
  • Loading branch information
IaroslavTitov committed Apr 23, 2024
1 parent f4842bb commit 2489bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
run: make gen provider
- name: Tar provider binaries
run: tar -zcf ${{ github.workspace }}/bin/provider.tar.gz -C ${{ github.workspace
}}/bin/ pulumi-resource-${{ env.PROVIDER }} pulumi-gen-${{ env.PROVIDER }}
}}/bin/ pulumi-resource-${{ env.PROVIDER }}
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 2489bd7

Please sign in to comment.