We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ed9ed commit 39e70cfCopy full SHA for 39e70cf
.github/workflows/qtDeploy.yaml
@@ -30,11 +30,11 @@ jobs:
30
31
- uses: QQxiaoming/[email protected]
32
with:
33
- name: artifacts/build-macOS/pysdfscad.dmg
34
- srcdir: artifacts/build-macOS/pySdfScad-macOS.app
+ name: dist/pySdfScad-macOS.dmg
+ srcdir: dist/pySdfScad-macOS.app
35
if: runner.os == 'macOS'
36
37
- - run: rm artifacts/build-macOS/pySdfScad-macOS && rm artifacts/build-macOS/pySdfScad-macOS.app
+ - run: dist/pySdfScad-macOS && rm dist/pySdfScad-macOS.app
38
39
40
# Optionally verify that it works (provided that it does not need user interaction)
0 commit comments