Fix windows artifact names

This commit is contained in:
Arnaud 2025-10-13 12:02:37 +02:00
parent 7ad711beb4
commit 093c72fad5
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F
2 changed files with 4 additions and 3 deletions

View File

@ -88,8 +88,9 @@ jobs:
if: matrix.target.os == 'windows-latest'
shell: msys2 {0}
run: |
7z a codex-${{ matrix.target.os }}-${{ matrix.target.cpu }}.zip -si:libcodex.dll < vendor/nim-codex/build/libcodex.dll
7z a codex-${{ matrix.target.os }}-${{ matrix.target.cpu }}.zip -si:libcodex.h < vendor/nim-codex/library/libcodex.h
ZIPFILE=codex-${{ matrix.target.os }}-${{ matrix.target.cpu }}.zip
(cd vendor/nim-codex/build && 7z a -tzip "${GITHUB_WORKSPACE}/${ZIPFILE}" libcodex.dll)
(cd vendor/nim-codex/library && 7z a -tzip "${GITHUB_WORKSPACE}/${ZIPFILE}" libcodex.h)
- name: Upload artifacts
uses: actions/upload-artifact@v4

View File

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