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 12d4da3 commit 3c5cb12Copy full SHA for 3c5cb12
.github/workflows/release.yml
@@ -295,7 +295,7 @@ jobs:
295
uses: actions/upload-artifact@v3
296
with:
297
name: ArduinoCreateAgent.app_notarized
298
- path: ArduinoCreateAgent.app_notarized.zip #TODO the zip could not have exec permissions
+ path: ArduinoCreateAgent.app_notarized.zip
299
if-no-files-found: error
300
301
# This job is responsible for generating the installers (using installbuilder)
0 commit comments