Skip to content

Commit aaf95dc

Browse files
committed
Fix .dmg path again
1 parent 7291ccc commit aaf95dc

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
@@ -191,8 +191,8 @@ jobs:
191191
with:
192192
name: mac-dmg-${{ matrix.arch }}
193193
path: |
194-
${APPLE_ROOT}/Passepartout.*.dmg
195-
${APPLE_ROOT}/Passepartout.*.dmg.asc
194+
${{ env.APPLE_ROOT }}/Passepartout.*.dmg
195+
${{ env.APPLE_ROOT }}/Passepartout.*.dmg.asc
196196
publish_release:
197197
name: Publish Release
198198
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)