File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ jobs:
43
43
- name : Upload artifact for deployment jobs
44
44
uses : actions/upload-artifact@v4
45
45
with :
46
- name : python-app
46
+ name : release-artifact # Updated artifact name
47
47
path : |
48
- release.zip
49
- !venv/
48
+ ./server/ release.zip
49
+ !./server/ venv/
50
50
51
51
deploy :
52
52
runs-on : ubuntu-latest
@@ -61,12 +61,11 @@ jobs:
61
61
- name : Download artifact from build job
62
62
uses : actions/download-artifact@v4
63
63
with :
64
- name : python-app
64
+ name : release-artifact # Matching artifact name
65
65
66
66
- name : Unzip artifact for deployment
67
67
run : unzip release.zip
68
68
69
-
70
69
- name : Login to Azure
71
70
uses : azure/login@v2
72
71
with :
80
79
with :
81
80
app-name : ' devhub-server'
82
81
slot-name : ' Production'
83
-
You can’t perform that action at this time.
0 commit comments