Skip to content

Commit 8c4f076

Browse files
committed
update ci workflows
1 parent 37e2639 commit 8c4f076

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
uses: actions/checkout@v2
1616

1717
- name: Building
18-
run: swift build -c release
18+
run: swift build -c release --arch arm64 --arch x86_64

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
- name: Building
1818
run: |
19-
swift build -c release
20-
cd .build/release
19+
swift build -c release --arch arm64 --arch x86_64
20+
cd .build/apple/Products/Release/
2121
zip codeedit-cli.zip codeedit-cli
22-
cd ../..
22+
cd ../../../../
2323
2424
- name: Create Release
2525
id: create_release

0 commit comments

Comments
 (0)