Skip to content

Commit 83023f7

Browse files
committed
bump 2
1 parent 1fe2554 commit 83023f7

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ on:
1313
- master
1414

1515
jobs:
16-
Build:
16+
macos:
1717
runs-on: macos-latest
1818
strategy:
1919
matrix:
20-
target: ['GoD Tool ???']
20+
target: ['GoD Tool']
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@master
@@ -26,10 +26,8 @@ jobs:
2626
xcodebuild clean
2727
- name: Build
2828
run: |
29-
xcodebuild build -project "GoD Tool.xcodeproj" -target "${target}" -configuration Release CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
30-
mkdir -p output
31-
mv "build/Release/${target}.app" output/
32-
tar -cvf "${target}.tar" output/
29+
make build copy
30+
tar -cvf "${target}.tar" out/
3331
env:
3432
target: ${{ matrix.target }}
3533
- name: Archive artifacts

0 commit comments

Comments
 (0)