Skip to content

Commit 89cda86

Browse files
committed
Refactor deployment workflow to use relative paths for release.zip and venv
1 parent 72ced5d commit 89cda86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main_devhub-server.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
with:
4646
name: python-app
4747
path: |
48-
./server/release.zip
49-
!./server/venv/
48+
release.zip
49+
!venv/
5050
5151
deploy:
5252
runs-on: ubuntu-latest
@@ -64,7 +64,7 @@ jobs:
6464
name: python-app
6565

6666
- name: Unzip artifact for deployment
67-
run: unzip ./server release.zip
67+
run: unzip release.zip
6868

6969

7070
- name: Login to Azure

0 commit comments

Comments
 (0)