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 d494d6143 updated GitHub workflow for publishing new release
d494d6143 is described below

commit d494d61430e3b06475fd4c76647934294194855f
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Thu Sep 26 13:11:37 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 6dc31bc0b..a5ad4a70a 100644
--- a/.github/workflows/create-docker-image.yml
+++ b/.github/workflows/create-docker-image.yml
@@ -188,7 +188,7 @@ jobs:
         run: |
           wget 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 }} dist && \
+          mv apache-manifoldcf-${{ steps.mcf.outputs.release }}-dev dist && \
           rm apache-manifoldcf-${{ steps.mcf.outputs.release }}-bin.tar.gz
 
       - name: Set up QEMU

Reply via email to