Skip to content

Commit 6249672

Browse files
committed
Change bindings model to v1
1 parent dae2960 commit 6249672

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_to_azure.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
run: pip install -r hvalfangst_function/requirements.txt
3535

3636
- name: Zip artifact for deployment including venv
37-
run: |
38-
cd hvalfangst_function
39-
zip -r ../release.zip ./* ../venv
37+
run: |
38+
cd hvalfangst_function
39+
zip -r ../release.zip ./* ../venv
4040
4141
- name: Upload artifact for deployment job
4242
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)