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 d7c38c5 commit 4fa955cCopy full SHA for 4fa955c
.github/workflows/release.yml
@@ -88,6 +88,7 @@ jobs:
88
# Prepare the source directory with source files, not the binary
89
mkdir -p osvm-$VERSION
90
cp -r src Cargo.toml Cargo.lock README.md LICENSE osvm-$VERSION/
91
+ rm -f ../osvm_$VERSION.orig.tar.gz # <--- add this line
92
tar czvf osvm_$VERSION.orig.tar.gz osvm-$VERSION
93
cd osvm-$VERSION
94
dh_make -y -s -c apache -e [email protected] -f ../osvm_$VERSION.orig.tar.gz
0 commit comments