We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308243b commit 134d250Copy full SHA for 134d250
β.github/workflows/release.yml
@@ -455,13 +455,10 @@ jobs:
455
uses: actions/download-artifact@v3
456
with:
457
name: ArduinoCreateAgent.app_${{ matrix.arch }}_notarized
458
- path: ArduinoCreateAgent.app
459
460
- name: unzip artifact
461
- working-directory: ArduinoCreateAgent.app
462
run: |
463
unzip ArduinoCreateAgent.app_${{ matrix.arch }}_notarized.zip
464
- rm ArduinoCreateAgent.app_${{ matrix.arch }}_notarized.zip
465
466
- name: Install create-dmg
467
run: brew install create-dmg
0 commit comments