Skip to content

Commit

Permalink
updated GitHub workflow for publishing new release
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenPj committed Sep 26, 2024
1 parent 0edff86 commit 43301b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43301b7

Please sign in to comment.