Skip to content

Commit

Permalink
ci(github): don't delete version.txt 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 91c1bba commit b9ffaec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ jobs:
- name: Delete unnecessary files
run: >
find .
! -path "*/.*"
! -path "*game*"
! -name 'progressive_download.txt'
! -name 'version.txt'
! -name 'web-presplash.jpg'
! -path "*/.*"
! -path "*game*"
-delete
- name: Build packages
Expand Down

0 comments on commit b9ffaec

Please sign in to comment.