Skip to content

Commit cdff6ff

Browse files
committed
tweak(ci): remove un-needed builds
1 parent afc4ab9 commit cdff6ff

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,9 @@ jobs:
1717
- os: ubuntu-latest
1818
rid: linux-x64
1919
artifact: nativegen-linux-x64
20-
- os: ubuntu-latest
21-
rid: linux-arm64
22-
artifact: nativegen-linux-arm64
2320
- os: windows-latest
2421
rid: win-x64
2522
artifact: nativegen-win-x64.exe
26-
- os: macos-latest
27-
rid: osx-x64
28-
artifact: nativegen-osx-x64
29-
- os: macos-latest
30-
rid: osx-arm64
31-
artifact: nativegen-osx-arm64
3223

3324
runs-on: ${{ matrix.os }}
3425

@@ -81,7 +72,7 @@ jobs:
8172
run: |
8273
mkdir -p release
8374
find ./artifacts -type f -exec mv {} ./release/ \;
84-
chmod +x ./release/nativegen-linux-* ./release/nativegen-osx-* || true
75+
chmod +x ./release/nativegen-linux-* || true
8576
ls -la ./release/
8677
8778
- name: Create Release

0 commit comments

Comments
 (0)