Skip to content

Commit 5ac0334

Browse files
committed
add verbose to chmod
1 parent 3cfa301 commit 5ac0334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
path: ${{ matrix.executable-path }}
178178

179179
- name: Make executable
180-
run: chmod +x ${{ matrix.executable-path }}arduino-create-agent*
180+
run: chmod -v +x ${{ matrix.executable-path }}arduino-create-agent*
181181
if: matrix.operating-system == 'ubuntu-latest' || matrix.operating-system == 'macOS-latest'
182182

183183
- name: Rename executable to Arduino_Create_Bridge
@@ -247,7 +247,7 @@ jobs:
247247
path: ArduinoCreateAgent-osx
248248

249249
- 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/*
251251

252252
- name: Import Code-Signing Certificates
253253
uses: Apple-Actions/import-codesign-certs@v1

0 commit comments

Comments
 (0)