Skip to content

Commit 9f6df32

Browse files
committed
Update
1 parent 7ad6970 commit 9f6df32

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/update-file.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
git config --local user.name "Github Actions from commit ${{ github.sha }}"
6969
- name: Upload
7070
run: |
71+
mkdir -p resources/file
7172
rm -rf resources/file/*
7273
mv tmp/resources/file/file.tar.gz resources/file/file.tar.gz
7374
git add resources/file/file.tar.gz && git commit -m"Update file binary" && git push -f

.github/workflows/update-gpg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
git config --local user.name "Github Actions from commit ${{ github.sha }}"
6767
- name: Upload
6868
run: |
69+
mkdir -p resources/gpg
6970
rm -rf resources/gpg/*
7071
mv tmp/resources/gpg/gpg.tar.gz resources/gpg/gpg.tar.gz
7172
git add resources/gpg/gpg.tar.gz && git commit -m"Update gpg binary" && git push -f

.github/workflows/update-mingw.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
git config --local user.name "Github Actions from commit ${{ github.sha }}"
6868
- name: Upload
6969
run: |
70+
mkdir -p resources/mingw_w64
7071
rm -rf resources/mingw_w64/*
7172
mv tmp/resources/mingw_w64/mingw_w64.tar.gz resources/mingw_w64/mingw_w64.tar.gz
7273
git add resources/mingw_w64/mingw_w64.tar.gz && git commit -m"Update mingw_w64 binary" && git push -f

0 commit comments

Comments
 (0)