File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
25
25
- name : Setup MSBuild.exe
26
- uses : microsoft/setup-msbuild@v1
26
+ uses : microsoft/setup-msbuild@v2
27
27
28
28
- name : Restore the application
29
29
run : |
66
66
run : msbuild ExViewer.sln /p:Configuration=Release /p:Platform=${{ matrix.arch }}
67
67
68
68
- name : Upload build artifacts
69
- uses : actions/upload-artifact@v3
69
+ uses : actions/upload-artifact@v4
70
70
with :
71
- name : Packages
71
+ name : Packages-${{ matrix.arch }}
72
72
path : ExViewer/AppPackages
73
73
74
74
deploy :
@@ -78,10 +78,11 @@ jobs:
78
78
79
79
steps :
80
80
- name : Download build artifacts
81
- uses : actions/download-artifact@v4.1.7
81
+ uses : actions/download-artifact@v4
82
82
with :
83
- name : Packages
83
+ pattern : Packages-*
84
84
path : ./
85
+ merge-multiple : true
85
86
- name : Upload symbols
86
87
env :
87
88
MOBILE_CENTER_CURRENT_APP : Opportunity/E-Viewer
You can’t perform that action at this time.
0 commit comments