We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc4ab9 commit cdff6ffCopy full SHA for cdff6ff
1 file changed
.github/workflows/release.yml
@@ -17,18 +17,9 @@ jobs:
17
- os: ubuntu-latest
18
rid: linux-x64
19
artifact: nativegen-linux-x64
20
- - os: ubuntu-latest
21
- rid: linux-arm64
22
- artifact: nativegen-linux-arm64
23
- os: windows-latest
24
rid: win-x64
25
artifact: nativegen-win-x64.exe
26
- - os: macos-latest
27
- rid: osx-x64
28
- artifact: nativegen-osx-x64
29
30
- rid: osx-arm64
31
- artifact: nativegen-osx-arm64
32
33
runs-on: ${{ matrix.os }}
34
@@ -81,7 +72,7 @@ jobs:
81
72
run: |
82
73
mkdir -p release
83
74
find ./artifacts -type f -exec mv {} ./release/ \;
84
- chmod +x ./release/nativegen-linux-* ./release/nativegen-osx-* || true
75
+ chmod +x ./release/nativegen-linux-* || true
85
76
ls -la ./release/
86
77
87
78
- name: Create Release
0 commit comments