File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5555 mkdir -p tmp/resources/gpg/2.4.5
5656 docker cp $(docker create ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest):/opt/gpg tmp/resources/gpg/2.4.5/gpg
5757 cd tmp/resources/gpg/2.4.5
58- tar -cz gpg > gpg_2 .4.5.tar.gz
58+ tar -cz gpg > gpg4win_2 .4.5.tar.gz
5959 - name : Checkout pages
6060 run : |
6161 git fetch --all
6868 run : |
6969 mkdir -p resources/gpg/2.4.5
7070 rm -rf resources/gpg/2.4.5/*
71- mv tmp/resources/gpg/2.4.5/gpg_2 .4.5.tar.gz resources/gpg/2.4.5/gpg_2 .4.5.tar.gz
72- git add resources/gpg/2.4.5/gpg_2 .4.5.tar.gz && git commit -m"Update gpg binary" && git push -f
71+ mv tmp/resources/gpg/2.4.5/gpg4win_2 .4.5.tar.gz resources/gpg/2.4.5/gpg4win_2 .4.5.tar.gz
72+ git add resources/gpg/2.4.5/gpg4win_2 .4.5.tar.gz && git commit -m"Update gpg binary" && git push -f
You can’t perform that action at this time.
0 commit comments