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 1919 - run : mkdir Output && zip --exclude '*.git*' --exclude '*.github*' --exclude '*Output*' -r -X "Output/${{ github.event.repository.name }}-${TAG_VER} (Sequoia).zip" .
2020
2121 - name : Upload to Artifacts
22- uses : actions/upload-artifact@v3
22+ uses : actions/upload-artifact@v4
2323 with :
24- name : Artifacts
24+ name : Modern_EFI
2525 path : Output/*.zip
2626
2727 - name : Upload to Release
@@ -74,10 +74,11 @@ jobs:
7474 - run : mkdir Output && zip --exclude '*.git*' --exclude '*.github*' --exclude '*Output*' --exclude '*Monterey*' -r -X "Output/${{ github.event.repository.name }}-${TAG_VER} (Monterey).zip" .
7575
7676 - name : Upload to Artifacts
77- uses : actions/upload-artifact@v3
77+ uses : actions/upload-artifact@v4
7878 with :
79- name : Artifacts
79+ name : Legacy_EFI
8080 path : Output/*.zip
81+ merge-multiple : true
8182
8283 - name : Upload to Release
8384 if : github.event_name == 'release'
You can’t perform that action at this time.
0 commit comments