File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -325,8 +325,8 @@ jobs:
325
325
- name : Upload artifacts
326
326
uses : actions/upload-artifact@v3
327
327
with :
328
- name : ArduinoCreateAgent.app_ ${{ matrix.arch }}_notarized
329
- path : ArduinoCreateAgent*_ ${{ matrix.arch }}_notarized.* # TODO remove zip upload (not needed here)
328
+ name : ArduinoCreateAgent_ ${{ matrix.arch }}_notarized
329
+ path : ArduinoCreateAgent_ ${{ matrix.arch }}_notarized.dmg
330
330
if-no-files-found : error
331
331
332
332
# This job is responsible for generating the installers (using installbuilder)
@@ -414,7 +414,7 @@ jobs:
414
414
415
415
create-release :
416
416
runs-on : ubuntu-20.04
417
- needs : [build, code-sign-mac-installers ]
417
+ needs : [build, package ]
418
418
419
419
steps :
420
420
- name : Checkout
@@ -431,8 +431,7 @@ jobs:
431
431
mkdir release
432
432
chmod -v +x ArduinoCreateAgent-linux-amd64/*.run
433
433
mv -v ArduinoCreateAgent-linux-amd64/* release/
434
- cat ArduinoCreateAgent-osx-amd64/*.tar | tar -xvf - -i -C release/
435
- rm -v release/._ArduinoCreateAgent*.dmg
434
+ mv -v ArduinoCreateAgent_amd64_notarized/*.dmg release/
436
435
mv -v ArduinoCreateAgent-windows*/* release/
437
436
438
437
- name : VirusTotal Scan
You can’t perform that action at this time.
0 commit comments