Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Automatically deleting .xml files in modgraphics
  • Loading branch information
xormenter authored Dec 10, 2022
1 parent 0265518 commit 4c255af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Remove .xml files in modgraphics
run: |
find . -type f -name "*.xml" -not -path "./*/data/config/*" -delete
- name: Zip Folder
run: | # Zip the entire repository
zip -r lordysmods-${{ github.ref_name }}.zip . -x ".git/*" ".github/*" ".gitignore"
Expand Down

0 comments on commit 4c255af

Please sign in to comment.