From 830615113e565d3a582d3ab32e1e9dc4674eafa9 Mon Sep 17 00:00:00 2001 From: sommersoft Date: Sat, 30 May 2020 18:47:25 -0500 Subject: [PATCH] gh-actions: bump appservice-build to v2; hopefully it fixes the Oryx build issue (silent failure, ofc) --- .github/workflows/master_physaci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master_physaci.yml b/.github/workflows/master_physaci.yml index e6296c1..b6b2423 100644 --- a/.github/workflows/master_physaci.yml +++ b/.github/workflows/master_physaci.yml @@ -27,7 +27,7 @@ jobs: python-version: '3.7' - name: Build using AppService-Build - uses: azure/appservice-build@v1 + uses: azure/appservice-build@v2 with: platform: python