chore: bump to 0.10.8

This commit is contained in:
alexpasmantier 2025-03-16 16:58:16 +01:00
parent 8cccc6cd35
commit 32877c9e2f

View File

@ -147,7 +147,7 @@ jobs:
- name: Releasing assets
uses: softprops/action-gh-release@v2
with:
files: |2
files: |
target/${{ matrix.target }}/release/${{ matrix.binary-name }}-*.tar.gz
target/${{ matrix.target }}/release/${{ matrix.binary-name }}-*.zip
target/${{ matrix.target }}/release/${{ matrix.binary-name }}-*.sha256
@ -198,7 +198,6 @@ jobs:
matrix:
include:
- target: x86_64-unknown-linux-musl
- target: armv7-unknown-linux-musleabihf
env:
TARGET: ${{ matrix.target }}
# Emit backtraces on panics.