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 be2fabd commit 42064b2Copy full SHA for 42064b2
1 file changed
publish.sh
@@ -9,8 +9,8 @@ wget -q --show-progress https://github.com/tdewolff/minify/archive/v$VERSION.tar
9
SHA256=`sha256sum v$VERSION.tar.gz`
10
SHA256=( $SHA256 )
11
12
-GOMODCACHE="$PWD"/deps go mod download -modcacherw -x
13
-tar -caf minify-v$VERSION-deps.tar.xz deps
+GOMODCACHE="$PWD"/go-mod go mod download -modcacherw -x
+tar -caf minify-v$VERSION-deps.tar.xz go-mod
14
15
echo ""
16
echo "Releasing for AUR..."
0 commit comments