File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 node-version : ${{ matrix.node-version }}
2020 - run : npm install
21+ - run : npm run build
2122 - run : npm test
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ yarn.lock
44/compose-icon
55/.build
66/xcuserdata
7+ .DS_Store
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ cd imageComposition
77xcrun swift build -c release --arch arm64 --arch x86_64 --product compose-icon
88
99# 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
10+ cp " .build/apple/Products/Release/compose-icon" ../compose-icon
1211
1312echo " Swift executable built successfully: compose-icon"
You can’t perform that action at this time.
0 commit comments