Skip to content

Commit

Permalink
Removing system files from release
Browse files Browse the repository at this point in the history
  • Loading branch information
bazhenov committed Dec 21, 2023
1 parent 020c07c commit 4c0e377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
release_name="$name-$tag-${{ matrix.target }}"
release_tar="${release_name}.tar.gz"
rm -f "release/.*"
rm -f release/.crates*
cp README.md LICENSE release/
mv release/ $release_name/
tar czvf "$release_tar" "$release_name"
Expand Down

0 comments on commit 4c0e377

Please sign in to comment.