File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 19
19
- run : mkdir Output && zip --exclude '*.git*' --exclude '*.github*' --exclude '*Output*' -r -X "Output/${{ github.event.repository.name }}-${TAG_VER} (Sequoia).zip" .
20
20
21
21
- name : Upload to Artifacts
22
- uses : actions/upload-artifact@v3
22
+ uses : actions/upload-artifact@v4
23
23
with :
24
- name : Artifacts
24
+ name : Modern_EFI
25
25
path : Output/*.zip
26
26
27
27
- name : Upload to Release
@@ -74,10 +74,11 @@ jobs:
74
74
- run : mkdir Output && zip --exclude '*.git*' --exclude '*.github*' --exclude '*Output*' --exclude '*Monterey*' -r -X "Output/${{ github.event.repository.name }}-${TAG_VER} (Monterey).zip" .
75
75
76
76
- name : Upload to Artifacts
77
- uses : actions/upload-artifact@v3
77
+ uses : actions/upload-artifact@v4
78
78
with :
79
- name : Artifacts
79
+ name : Legacy_EFI
80
80
path : Output/*.zip
81
+ merge-multiple : true
81
82
82
83
- name : Upload to Release
83
84
if : github.event_name == 'release'
You can’t perform that action at this time.
0 commit comments