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 0edff864e updated GitHub workflow for publishing new release
0edff864e is described below
commit 0edff864e6ae2f5d5e640e9c631e76323b66ba28
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Thu Sep 26 15:01:00 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 e1f0d5175..7fd296d11 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 https://dlcdn.apache.org/manifoldcf/apache-manifoldcf-${{
steps.mcf.outputs.release }}/apache-manifoldcf-${{ steps.mcf.outputs.release
}}-bin.tar.gz && \
+ wget -qO- 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