mirror of
https://github.com/logos-storage/logos-storage-go-bindings.git
synced 2026-01-02 13:33:10 +00:00
Fix artifact names (again)
This commit is contained in:
parent
c1e9a1acf8
commit
9ba04c40d1
6
.github/workflows/artifacts.yml
vendored
6
.github/workflows/artifacts.yml
vendored
@ -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
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
## v0.0.9 (2025-10-13)
|
||||
## v0.0.10 (2025-10-13)
|
||||
### Notes
|
||||
|
||||
- First release
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user