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 4b5be0b commit 55dfc37Copy full SHA for 55dfc37
.DS_Store
6 KB
.github/workflows/main.yml
@@ -18,4 +18,5 @@ jobs:
18
with:
19
node-version: ${{ matrix.node-version }}
20
- run: npm install
21
+ - run: npm run build
22
- run: npm test
build-swift.sh
@@ -7,7 +7,6 @@ cd imageComposition
7
xcrun swift build -c release --arch arm64 --arch x86_64 --product compose-icon
8
9
# Copy the built executable to the root directory for easy access
10
-BIN_DIR="$(xcrun swift build -c release --show-bin-path)"
11
-cp "$BIN_DIR/compose-icon" ../compose-icon
+cp ".build/apple/Products/Release/compose-icon" ../compose-icon
12
13
echo "Swift executable built successfully: compose-icon"
imageComposition/.DS_Store
0 commit comments