diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 3e53ed5..07b6f54 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -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 diff --git a/RELEASE.md b/RELEASE.md index c03d656..077b2c1 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,4 @@ -## v0.0.9 (2025-10-13) +## v0.0.10 (2025-10-13) ### Notes - First release