Skip to content

Commit

Permalink
ci(github): delete unnecessary files in release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark authored Sep 22, 2024
1 parent aae21b2 commit 7518194
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,14 @@ jobs:
with:
web: true

- name: Remove extraneous files packages
run: rm -rf screenshots
- name: Delete unnecessary files
run: >
find .
! -path "*/.*"
! -path "*game*"
! -name 'progressive_download.txt'
! -name 'web-presplash.jpg'
-delete
- name: Build packages
run: renpy-launcher distribute . --dest ../dists
Expand Down

0 comments on commit 7518194

Please sign in to comment.