File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177
177
path : ${{ matrix.executable-path }}
178
178
179
179
- name : Make executable
180
- run : chmod +x ${{ matrix.executable-path }}arduino-create-agent*
180
+ run : chmod -v +x ${{ matrix.executable-path }}arduino-create-agent*
181
181
if : matrix.operating-system == 'ubuntu-latest' || matrix.operating-system == 'macOS-latest'
182
182
183
183
- name : Rename executable to Arduino_Create_Bridge
@@ -247,7 +247,7 @@ jobs:
247
247
path : ArduinoCreateAgent-osx
248
248
249
249
- name : Make executable
250
- run : chmod +x ArduinoCreateAgent-osx/ArduinoCreateAgent-${GITHUB_REF##*/}-osx-installer-${{ matrix.browser }}.app/Contents/MacOS/*
250
+ run : chmod -v +x ArduinoCreateAgent-osx/ArduinoCreateAgent-${GITHUB_REF##*/}-osx-installer-${{ matrix.browser }}.app/Contents/MacOS/*
251
251
252
252
- name : Import Code-Signing Certificates
253
253
uses : Apple-Actions/import-codesign-certs@v1
You can’t perform that action at this time.
0 commit comments