Fix MacOS build in GitHub workflow (#415)

This commit is contained in:
Maciek Baron
2025-07-04 22:16:36 +01:00
committed by GitHub
parent 67090b39a7
commit 3585aa7ae4
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Create Package
run: |
mkdir spaghetti-release
mv build-cmake/spaghetti spaghetti-release/
mv build-cmake/Spaghettify spaghetti-release/
- name: Publish packaged artifacts
uses: actions/upload-artifact@v4
with: