Skip to content

Commit 33b5f7e

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

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
@@ -61,6 +61,9 @@ jobs:
6161
- name: Unzip artifact for deployment
6262
run: unzip release.zip
6363

64+
- name: Remove zipped file after unzipping
65+
run: rm release.zip
66+
6467
- name: Login to Azure with OIDC
6568
uses: azure/login@v2
6669
with:
@@ -74,7 +77,7 @@ jobs:
7477
with:
7578
app-name: 'hvalfangstlinuxfunctionapp'
7679
slot-name: 'Production'
77-
package: release.zip
80+
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
7881
scm-do-build-during-deployment: true
7982
enable-oryx-build: true
8083

0 commit comments

Comments
 (0)