Skip to content

Commit

Permalink
Fix release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Dec 3, 2023
1 parent a81f9e1 commit cc114a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ on:

env:
EXE_NAME: run
GAME_NAME: bevy-jam4
GAME_NAME: bevy-jam-4
ADD_BINARIES_TO_GITHUB_RELEASE: true
ITCH_TARGET: pyrious/bevy-jam4
ITCH_TARGET: pyrious/bevy-jam-4

jobs:
get-version:
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -u
shopt -s globstar

NAME='bevy-jam4'
NAME='bevy-jam-4'
EXE='run'
BUILD_DIR='build'

Expand Down

0 comments on commit cc114a7

Please sign in to comment.