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 bd00434 commit c46e9d2Copy full SHA for c46e9d2
.github/workflows/continuous-integration-workflow.yml
@@ -43,7 +43,7 @@ jobs:
43
- uses: actions/upload-artifact@v4
44
with:
45
name: opensimcreator-macos-amd64-dmg
46
- path: build/*.dmg
+ path: build/Release/*.dmg
47
if-no-files-found: error
48
49
macos_arm64:
@@ -58,7 +58,7 @@ jobs:
58
59
60
name: opensimcreator-macos-arm64-dmg
61
62
63
64
ubuntu22_amd64:
0 commit comments