Skip to content

Commit

Permalink
[sidecar] fix windows build again
Browse files Browse the repository at this point in the history
  • Loading branch information
theskcd committed Oct 18, 2023
1 parent 79c45fd commit 12535f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sidecar-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}
run: |
# Set your GCP project
gcloud config set project $GCP_PROJECT_ID
gcloud config set project ${{ env.GCP_PROJECT_ID }}
# Copy the built binary to the GCP bucket
gsutil cp sidecar.zip gs://sidecar-bin/windows/sidecar.zip

0 comments on commit 12535f0

Please sign in to comment.