Skip to content

Commit c9f1919

Browse files
committed
g
1 parent 1f677b4 commit c9f1919

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/vuru-release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,12 @@ jobs:
9292
mkdir -p "hostdir/sources/vuru-$VERSION"
9393
9494
# Create source tarball
95-
mkdir -p "$DIST_TMP/vup-v$VERSION"
96-
cp -r "$VUP_DIR/vuru" "$DIST_TMP/vup-v$VERSION/"
95+
mkdir -p "$DIST_TMP/vuru-$VERSION"
96+
# Copy content of vuru folder into the root of the release dir
97+
cp -r "$VUP_DIR/vuru/." "$DIST_TMP/vuru-$VERSION/"
9798
9899
cd "$DIST_TMP"
99-
tar -czf "source.tar.gz" "vup-v$VERSION"
100+
tar -czf "source.tar.gz" "vuru-$VERSION"
100101
101102
# Move to void-packages distfiles
102103
mv "source.tar.gz" "$VOID_DIR/hostdir/sources/vuru-$VERSION/v$VERSION.tar.gz"

vup/srcpkgs/core/vuru/template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ license="MIT"
1111
homepage="https://github.com/void-linux/vup"
1212
distfiles="https://github.com/void-linux/vup/archive/refs/tags/v${version}.tar.gz"
1313
checksum="0000000000000000000000000000000000000000000000000000000000000000"
14-
wrksrc="vup-v${version}/vuru"

0 commit comments

Comments
 (0)