Skip to content

Commit 4fa955c

Browse files
authored
Update release.yml
1 parent d7c38c5 commit 4fa955c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
# Prepare the source directory with source files, not the binary
8989
mkdir -p osvm-$VERSION
9090
cp -r src Cargo.toml Cargo.lock README.md LICENSE osvm-$VERSION/
91+
rm -f ../osvm_$VERSION.orig.tar.gz # <--- add this line
9192
tar czvf osvm_$VERSION.orig.tar.gz osvm-$VERSION
9293
cd osvm-$VERSION
9394
dh_make -y -s -c apache -e [email protected] -f ../osvm_$VERSION.orig.tar.gz

0 commit comments

Comments
 (0)