Skip to content

Commit

Permalink
OPS: Fix source zipping and upload location
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Mar 18, 2024
1 parent 9c79a2a commit fecd4f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
service_account: github-actions@octue-twined-gcp.iam.gserviceaccount.com

- name: Zip source code
run: zip -r event_handler_function_source.zip functions/event_handler
run: cd functions/event_handler && zip -r event_handler_function_source.zip .

- name: Upload source zip file
uses: google-github-actions/upload-cloud-storage@v2
with:
path: "event_handler_function_source.zip"
destination: "twined-gcp/event_handler_function_source.zip"
path: "functions/event_handler/event_handler_function_source.zip"
destination: "twined-gcp"

0 comments on commit fecd4f6

Please sign in to comment.