Skip to content

Commit 39e70cf

Browse files
committed
Changed macos paths
1 parent c6ed9ed commit 39e70cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/qtDeploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030

3131
- uses: QQxiaoming/[email protected]
3232
with:
33-
name: artifacts/build-macOS/pysdfscad.dmg
34-
srcdir: artifacts/build-macOS/pySdfScad-macOS.app
33+
name: dist/pySdfScad-macOS.dmg
34+
srcdir: dist/pySdfScad-macOS.app
3535
if: runner.os == 'macOS'
3636

37-
- run: rm artifacts/build-macOS/pySdfScad-macOS && rm artifacts/build-macOS/pySdfScad-macOS.app
37+
- run: dist/pySdfScad-macOS && rm dist/pySdfScad-macOS.app
3838
if: runner.os == 'macOS'
3939

4040
# Optionally verify that it works (provided that it does not need user interaction)

0 commit comments

Comments
 (0)