Skip to content

Commit ef52686

Browse files
committed
Test
1 parent d1ab9ef commit ef52686

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: pip install -r requirements.txt
3232

3333
- name: Zip artifact for deployment
34-
run: zip -r release.zip host.json requirements.txt function_app.py
34+
run: cd hvalfangst && zip -r ../release.zip ./*
3535

3636
- name: Upload artifact for deployment job
3737
uses: actions/upload-artifact@v3
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)