This is an automated email from the ASF dual-hosted git repository.
piergiorgio pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git
The following commit(s) were added to refs/heads/trunk by this push:
new 43301b742 updated GitHub workflow for publishing new release
43301b742 is described below
commit 43301b742729bac90b9794f7232bf25f8848ed88
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Thu Sep 26 15:03:15 2024 +0200
updated GitHub workflow for publishing new release
---
.github/workflows/create-docker-image.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/create-docker-image.yml
b/.github/workflows/create-docker-image.yml
index 7fd296d11..07b4e2529 100644
--- a/.github/workflows/create-docker-image.yml
+++ b/.github/workflows/create-docker-image.yml
@@ -187,7 +187,7 @@ jobs:
- name: Download ManifoldCF ${{ steps.mcf.outputs.release }} distribution
run: |
- wget -qO- https://dlcdn.apache.org/manifoldcf/apache-manifoldcf-${{
steps.mcf.outputs.release }}/apache-manifoldcf-${{ steps.mcf.outputs.release
}}-bin.tar.gz && \
+ wget -q https://dlcdn.apache.org/manifoldcf/apache-manifoldcf-${{
steps.mcf.outputs.release }}/apache-manifoldcf-${{ steps.mcf.outputs.release
}}-bin.tar.gz && \
tar -xzvf apache-manifoldcf-${{ steps.mcf.outputs.release
}}-bin.tar.gz && \
mv apache-manifoldcf-${{ steps.mcf.outputs.release }}-dev dist && \
rm apache-manifoldcf-${{ steps.mcf.outputs.release }}-bin.tar.gz