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 31ecc40 commit f451ea5Copy full SHA for f451ea5
.github/workflows/continuous-integration-workflow.yml
@@ -22,13 +22,13 @@ jobs:
22
- uses: actions/upload-artifact@v4
23
with:
24
name: opensimcreator-windows-amd64-msi
25
- path: build/*windows-amd64.msi
+ path: build/Release/*windows-amd64.msi
26
if-no-files-found: error
27
28
29
30
name: opensimcreator-windows-amd64-zip
31
- path: build/*windows-amd64.zip
+ path: build/Release/*windows-amd64.zip
32
33
34
macos_amd64:
@@ -76,5 +76,5 @@ jobs:
76
77
78
name: opensimcreator-ubuntu22-amd64-deb
79
- path: build/*.deb
+ path: build/Release/*.deb
80
0 commit comments