Skip to content

Commit f21014f

Browse files
committed
fix debug
1 parent 0ca509f commit f21014f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,8 @@ jobs:
283283
- name: tree debug
284284
run: |
285285
tree
286-
ls -lah ArduinoCreateAgent-${GITHUB_REF##*/}-osx-installer-${{ matrix.browser }}.app/Contents/MacOS/*
286+
ls -lah ArduinoCreateAgent-osx/ArduinoCreateAgent-${GITHUB_REF##*/}-osx-installer-${{ matrix.browser }}.app/Contents/MacOS/*
287+
pwd
287288
288289
- name: Code sign and notarize app
289290
run: |
@@ -297,6 +298,7 @@ jobs:
297298
run: |
298299
tree
299300
ls -lah
301+
pwd
300302
301303
- name: Tar files to keep permissions
302304
run: tar -cvf ArduinoCreateAgent-${GITHUB_REF##*/}-osx-installer-${{ matrix.browser }}.tar ArduinoCreateAgent-${GITHUB_REF##*/}-osx-installer-${{ matrix.browser }}.dmg

0 commit comments

Comments
 (0)