Skip to content

Commit

Permalink
ci/cd: use version file
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Sep 25, 2023
1 parent 7611696 commit eb4544e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'prod'
paths:
- "version-android"
- "version"
- "fdroid/*"
- ".github/workflows/upload-android.yml"
- "export_presets.android.example"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'prod'
paths:
- "version-ios"
- "version"
- ".github/workflows/upload-ios.yml"
- "exportOptions.plist"
- "export_presets.ios.example"
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/upload-itchio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: itch.io upload
on:
push:
paths:
- "version-android"
- "version-ios"
- "version"
- ".github/workflows/upload-itchio.yml"
- "export_presets.html.example"

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.4
5.0.4-87

0 comments on commit eb4544e

Please sign in to comment.