Skip to content

Commit c46e9d2

Browse files
committed
Fix upload-artifact path for MacOS
1 parent bd00434 commit c46e9d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/upload-artifact@v4
4444
with:
4545
name: opensimcreator-macos-amd64-dmg
46-
path: build/*.dmg
46+
path: build/Release/*.dmg
4747
if-no-files-found: error
4848

4949
macos_arm64:
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/upload-artifact@v4
5959
with:
6060
name: opensimcreator-macos-arm64-dmg
61-
path: build/*.dmg
61+
path: build/Release/*.dmg
6262
if-no-files-found: error
6363

6464
ubuntu22_amd64:

0 commit comments

Comments
 (0)