Skip to content

Commit 67c51f5

Browse files
committed
Only sync the viewer, not the entire maven archive.
1 parent f858e8e commit 67c51f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ archive:
1616
./gradlew --warning-mode=all publishReleasePublicationToLocalRepository
1717
sync: archive
1818
rsync -av --chmod=g+w --chown=:gs-web \
19-
$(HOME)/MAVEN/com/ \
20-
ghostscript.com:/var/www/maven.ghostscript.com/com/
19+
$(HOME)/MAVEN/com/artifex/mupdf/viewer/$(shell git describe --tags)/ \
20+
ghostscript.com:/var/www/maven.ghostscript.com/com/artifex/mupdf/viewer/$(shell git describe --tags)/
2121

2222
tarball: release
2323
cp app/build/outputs/apk/release/app-universal-release.apk \

0 commit comments

Comments
 (0)