Skip to content

Commit

Permalink
处理todo
Browse files Browse the repository at this point in the history
  • Loading branch information
foxzool committed Dec 10, 2024
1 parent e83210a commit 834e9a2
Show file tree
Hide file tree
Showing 14 changed files with 1,396 additions and 412 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-android-google-play.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ on:
required: true
type: string

# ToDo: adapt names
env:
# used for uploading the app to a GitHub release
GAME_EXECUTABLE_NAME: bevy_game
GAME_EXECUTABLE_NAME: bevy_sudoku
BUNDLE_PATH: "target/x/release/android/mobile.aab"
PACKAGE_NAME: "me.nikl.bevygame"
PACKAGE_NAME: "me.zool.bevysudoku"
# release track; you can promote a build to "higher" tracks in the play console or publish to a different track directly
# see track at https://github.com/r0adkll/upload-google-play#inputs for more options
TRACK: internal
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-ios-testflight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ on:
required: true
type: string

# ToDo: adapt names
env:
# used for uploading the app to a GitHub release
GAME_EXECUTABLE_NAME: bevy_game
GAME_EXECUTABLE_NAME: bevy_sudoku
XCODE_PROJECT: mobile
MOBILE_DIRECTORY: mobile

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ on:
required: true
type: string

# ToDo: adapt names
env:
# This variable is used to name release output files.
GAME_EXECUTABLE_NAME: bevy_game
GAME_OSX_APP_NAME: BevyGame
GAME_EXECUTABLE_NAME: bevy_sudoku
GAME_OSX_APP_NAME: BevySudoku

permissions:
contents: write
Expand Down
Loading

0 comments on commit 834e9a2

Please sign in to comment.