Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwparent committed May 28, 2024
1 parent 7ad6970 commit 9f6df32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
git config --local user.name "Github Actions from commit ${{ github.sha }}"
- name: Upload
run: |
mkdir -p resources/file
rm -rf resources/file/*
mv tmp/resources/file/file.tar.gz resources/file/file.tar.gz
git add resources/file/file.tar.gz && git commit -m"Update file binary" && git push -f
1 change: 1 addition & 0 deletions .github/workflows/update-gpg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
git config --local user.name "Github Actions from commit ${{ github.sha }}"
- name: Upload
run: |
mkdir -p resources/gpg
rm -rf resources/gpg/*
mv tmp/resources/gpg/gpg.tar.gz resources/gpg/gpg.tar.gz
git add resources/gpg/gpg.tar.gz && git commit -m"Update gpg binary" && git push -f
1 change: 1 addition & 0 deletions .github/workflows/update-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
git config --local user.name "Github Actions from commit ${{ github.sha }}"
- name: Upload
run: |
mkdir -p resources/mingw_w64
rm -rf resources/mingw_w64/*
mv tmp/resources/mingw_w64/mingw_w64.tar.gz resources/mingw_w64/mingw_w64.tar.gz
git add resources/mingw_w64/mingw_w64.tar.gz && git commit -m"Update mingw_w64 binary" && git push -f

0 comments on commit 9f6df32

Please sign in to comment.