Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Update zip_resources.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Woolyenough authored Jan 9, 2024
1 parent 3ceb318 commit 5407302
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/zip_resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: sudo apt-get install zip

- name: Zip the repository
run: zip -r release.zip . -x "*.git*"
run: zip -r resources.zip . -x "*.git*"

- name: Checkout archive branch
uses: actions/checkout@v2
Expand All @@ -29,11 +29,11 @@ jobs:

- name: Replace ZIP in archive branch
run: |
mv release.zip latest-release/
mv resources.zip latest-release/
cd latest-release
git config user.name "FC Resources"
git config user.email "Woolyenough@users.noreply.github.com"
git add release.zip
git config user.email "FC_Resources@users.noreply.github.com"
git add resources.zip
git commit -m "Update resoure pack ZIP"
git push

0 comments on commit 5407302

Please sign in to comment.