This is an automated email from the ASF dual-hosted git repository.
aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/main by this push:
new acdd30f YETUS-1043. github action website linkchecker doesn't work
for releases (#182)
acdd30f is described below
commit acdd30f7423044bb2e4bea6dc0b14f92385d8fe7
Author: Allen Wittenauer <[email protected]>
AuthorDate: Fri Oct 30 07:09:19 2020 -0700
YETUS-1043. github action website linkchecker doesn't work for releases
(#182)
---
website-tester.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website-tester.sh b/website-tester.sh
index c1bf2c6..8e4367f 100755
--- a/website-tester.sh
+++ b/website-tester.sh
@@ -27,7 +27,7 @@ echo "::endgroup::"
echo "::group::tar"
tar -C /tmp/website/html --strip-components 1 \
- -xpf yetus-dist/target/artifacts/apache-yetus-*-SNAPSHOT-site.tar.gz
+ -xpf yetus-dist/target/artifacts/apache-yetus-*-site.tar.gz
echo "::endgroup::"
echo "::group::start apache httpd"