Skip to content

Commit 42064b2

Browse files
committed
Update directory name to go-mod for tarball release, see #834
1 parent be2fabd commit 42064b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

publish.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ wget -q --show-progress https://github.com/tdewolff/minify/archive/v$VERSION.tar
99
SHA256=`sha256sum v$VERSION.tar.gz`
1010
SHA256=( $SHA256 )
1111

12-
GOMODCACHE="$PWD"/deps go mod download -modcacherw -x
13-
tar -caf minify-v$VERSION-deps.tar.xz deps
12+
GOMODCACHE="$PWD"/go-mod go mod download -modcacherw -x
13+
tar -caf minify-v$VERSION-deps.tar.xz go-mod
1414

1515
echo ""
1616
echo "Releasing for AUR..."

0 commit comments

Comments
 (0)