Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ jobs:
echo "Publishing $pkg to gs://${BUCKET}/providers/${PROVIDER}/${VERSION}/"
gsutil -m cp -c dist/${pkg}*.xz gs://${BUCKET}/providers/${PROVIDER}/${VERSION}/
gsutil -m cp -c dist/${pkg}_SHA256SUMS gs://${BUCKET}/providers/${PROVIDER}/${VERSION}/
gsutil -m cp -c providers/${PROVIDER}/dist/${PROVIDER}.resources.json gs://${BUCKET}/providers/${PROVIDER}/${VERSION}/schema.json
gsutil -m cp -c providers/${PROVIDER}/dist/${PROVIDER}.json gs://${BUCKET}/providers/${PROVIDER}/${VERSION}/provider.json
done

- name: "Save Artifacts"
Expand Down
Loading