Skip to content

Commit 283a42e

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy_to_azure.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
with:
5959
name: hvalfangst-function-app
6060

61+
- name: Unzip artifact for deployment
62+
run: unzip release.zip
63+
6164
- name: Login to Azure with OIDC
6265
uses: azure/login@v2
6366
with:
@@ -71,7 +74,7 @@ jobs:
7174
with:
7275
app-name: 'hvalfangstlinuxfunctionapp'
7376
slot-name: 'Production'
74-
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
77+
package: release.zip
7578
scm-do-build-during-deployment: true
7679
enable-oryx-build: true
7780

0 commit comments

Comments
 (0)