File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments