Skip to content

Commit

Permalink
Fix gha
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed May 12, 2024
1 parent 76965c7 commit 0087333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
workload_identity_provider: ${{ secrets.workload_identity_provider }}
service_account: ${{ secrets.service_account_email }}

- name: Upload orchestrator
- name: Upload template manager
uses: "google-github-actions/upload-cloud-storage@v1"
with:
path: "./packages/orchestrator/bin/template-manager"
path: "./packages/template-manager/bin/template-manager"
destination: "${{ secrets.gcp_project_id }}-fc-env-pipeline"
gzip: false

0 comments on commit 0087333

Please sign in to comment.