There was an error while loading. Please reload this page.
1 parent baba29e commit c8bba7dCopy full SHA for c8bba7d
1 file changed
.github/workflows/main.yml
@@ -227,13 +227,13 @@ jobs:
227
- name: Build native Apple/OSX command executable
228
run: |
229
make apple-osx RELEASE=1
230
- mv cjit.command cjit-Darwin-${{ env.ARCH }}
+ mv cjit.command cjit-Darwin-${{ matrix.os }}-${{ env.ARCH }}
231
- name: Upload artifact apple-osx
232
uses: actions/upload-artifact@v4
233
with:
234
- name: release-osx-${{ env.ARCH }}
+ name: release-osx-${{ matrix.os }}-${{ env.ARCH }}
235
path: |
236
- cjit-Darwin-${{ env.ARCH }}
+ cjit-Darwin-${{ matrix.os }}-${{ env.ARCH }}
237
238
binary-release:
239
name: 📢 Public release
0 commit comments