From 32877c9e2f5dd3c2c3e0e6c40ed7cacb482f33f1 Mon Sep 17 00:00:00 2001 From: alexpasmantier Date: Sun, 16 Mar 2025 16:58:16 +0100 Subject: [PATCH] chore: bump to 0.10.8 --- .github/workflows/cd.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index aae5c7a..e2b1b7f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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.