Skip to content

Commit

Permalink
[gha] fix cargo metadata syntax error (#14772)
Browse files Browse the repository at this point in the history
* [gha] fix cargo metadata syntax error

* [gha] cargo metadata uploader uses gcloud storage
  • Loading branch information
rustielin authored Sep 27, 2024
1 parent 4f413cd commit 3e7bf94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo-metadata-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT_EMAIL }}
- uses: Generate and upload Cargo metadata
- shell: bash
run: |
cargo metadata --all-features | gsutil cp - gs://aptos-core-cargo-metadata-public/metadata-${{ github.sha }}.json
set -ex
cargo metadata --all-features | gcloud storage cp - gs://aptos-core-cargo-metadata-public/metadata-${{ github.sha }}.json

0 comments on commit 3e7bf94

Please sign in to comment.