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 30, 2024
1 parent 2233047 commit 0a7665a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,15 @@ jobs:
with:
web: true

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

0 comments on commit 0a7665a

Please sign in to comment.