Skip to content

Commit a893582

Browse files
committed
chore: fix CI
1 parent bb5e1e1 commit a893582

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,3 @@ jobs:
3434
run: |
3535
version=$(cargo metadata --format-version 1 --no-deps | jq -r ".packages[0].version")
3636
echo "version=$version" >> "$GITHUB_OUTPUT"
37-
38-
- name: Package artifact
39-
run: |
40-
artifact_name=txtcv-${{ steps.extract_version.outputs.version }}-${{ matrix.target }}.tar.gz
41-
tar -C target/release -czf "$artifact_name" txtcv.tar.gz

0 commit comments

Comments
 (0)