mirror of
https://github.com/logos-storage/logos-storage-go-bindings.git
synced 2026-01-05 23:13:09 +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 update
|
||||||
make libcodex
|
make libcodex
|
||||||
|
|
||||||
- name: Package artifacts (Linux / macOS)
|
- name: Package artifacts Linux
|
||||||
if: matrix.target.os == 'ubuntu-latest'
|
if: matrix.target.os == 'ubuntu-latest' || matrix.target.os == 'ubuntu-24.04-arm'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update && sudo apt-get install -y zip
|
sudo apt-get update && sudo apt-get install -y zip
|
||||||
ZIPFILE=codex-linux-${{ matrix.target.cpu }}.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
|
zip -j $ZIPFILE vendor/nim-codex/build/libcodex.${{ matrix.target.lib_ext }} vendor/nim-codex/library/libcodex.h
|
||||||
echo "ZIPFILE=$ZIPFILE" >> $GITHUB_ENV
|
echo "ZIPFILE=$ZIPFILE" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Package artifacts (Linux / macOS)
|
- name: Package artifacts MacOS
|
||||||
if: matrix.target.os == 'macos-latest'
|
if: matrix.target.os == 'macos-latest'
|
||||||
run: |
|
run: |
|
||||||
ZIPFILE=codex-macos-${{ matrix.target.cpu }}.zip
|
ZIPFILE=codex-macos-${{ matrix.target.cpu }}.zip
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
## v0.0.9 (2025-10-13)
|
## v0.0.10 (2025-10-13)
|
||||||
### Notes
|
### Notes
|
||||||
|
|
||||||
- First release
|
- First release
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user