File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -288,6 +288,11 @@ jobs:
288
288
deep = true
289
289
}
290
290
291
+ # generate a Disk Image
292
+ dmg {
293
+ output_path = "ArduinoCreateAgent_${{ matrix.arch }}_notarized.dmg"
294
+ volume_name = "ArduinoCreateAgent"
295
+ }
291
296
# Ask Gon for zip output to force notarization process to take place.
292
297
# The CI will upload the zip output
293
298
zip {
@@ -317,11 +322,11 @@ jobs:
317
322
aws s3 cp darwin-${{ matrix.arch }}-bundle.json s3://${{ secrets.DOWNLOADS_BUCKET }}${{ env.TARGET }}
318
323
if : ${{ needs.build.outputs.prerelease != 'true' }}
319
324
320
- - name : Upload artifact
325
+ - name : Upload artifacts
321
326
uses : actions/upload-artifact@v3
322
327
with :
323
328
name : ArduinoCreateAgent.app_${{ matrix.arch }}_notarized
324
- path : ArduinoCreateAgent.app_ ${{ matrix.arch }}_notarized.zip
329
+ path : ArduinoCreateAgent*_ ${{ matrix.arch }}_notarized.* # TODO remove zip upload (not needed here)
325
330
if-no-files-found : error
326
331
327
332
# This job is responsible for generating the installers (using installbuilder)
You can’t perform that action at this time.
0 commit comments