Skip to content

Commit

Permalink
ci/cd: add export_presets.[platform].example to path
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Aug 23, 2023
1 parent dd0a0e5 commit 4fffcc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
paths:
- "version-android"
- ".github/workflows/upload-android.yml"
- "export_presets.android.example"

env:
WORKING_DIRECTORY: game
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/upload-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- "version-ios"
- ".github/workflows/upload-ios.yml"
- "exportOptions.plist"
- "export_presets.ios.example"

env:
PROJECT_NAME: Ball2Box
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/upload-itchio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- "version-android"
- "version-ios"
- ".github/workflows/upload-itchio.yml"
- "export_presets.html.example"

env:
WORKING_DIRECTORY: game
Expand Down

0 comments on commit 4fffcc3

Please sign in to comment.