Skip to content

Commit 9c757a3

Browse files
committed
copy?
1 parent 7d0476c commit 9c757a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,12 @@ jobs:
115115
- name: Build serverless function zip
116116
run: |
117117
make ci-build-serverless-function
118+
cp ./cloud_function.zip /tmp/cloud_function.zip
118119
- name: Upload artifact
119120
uses: actions/upload-artifact@v4
120121
with:
121122
name: cloud_function_zip
122-
path: ./cloud_function.zip
123+
path: /tmp/cloud_function.zip
123124
update-cloud-function:
124125
runs-on: ubuntu-latest
125126
env:

0 commit comments

Comments
 (0)