Fix artifact names (again)

This commit is contained in:
Arnaud 2025-10-13 12:29:10 +02:00
parent c1e9a1acf8
commit 9ba04c40d1
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F
2 changed files with 4 additions and 4 deletions

View File

@ -78,15 +78,15 @@ jobs:
make update
make libcodex
- name: Package artifacts (Linux / macOS)
if: matrix.target.os == 'ubuntu-latest'
- name: Package artifacts Linux
if: matrix.target.os == 'ubuntu-latest' || matrix.target.os == 'ubuntu-24.04-arm'
run: |
sudo apt-get update && sudo apt-get install -y zip
ZIPFILE=codex-linux-${{ matrix.target.cpu }}.zip
zip -j $ZIPFILE vendor/nim-codex/build/libcodex.${{ matrix.target.lib_ext }} vendor/nim-codex/library/libcodex.h
echo "ZIPFILE=$ZIPFILE" >> $GITHUB_ENV
- name: Package artifacts (Linux / macOS)
- name: Package artifacts MacOS
if: matrix.target.os == 'macos-latest'
run: |
ZIPFILE=codex-macos-${{ matrix.target.cpu }}.zip

View File

@ -1,4 +1,4 @@
## v0.0.9 (2025-10-13)
## v0.0.10 (2025-10-13)
### Notes
- First release