Skip to content

Commit 451bb04

Browse files
committed
Rename gpg to gpg4win
1 parent 0de9d72 commit 451bb04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-gpg.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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
@@ -68,5 +68,5 @@ jobs:
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

0 commit comments

Comments
 (0)