We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5e1e1 commit a893582Copy full SHA for a893582
1 file changed
.github/workflows/release.yml
@@ -34,8 +34,3 @@ jobs:
34
run: |
35
version=$(cargo metadata --format-version 1 --no-deps | jq -r ".packages[0].version")
36
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