Skip to content

Commit

Permalink
/
Browse files Browse the repository at this point in the history
  • Loading branch information
myin142 committed Oct 7, 2024
1 parent c589536 commit aef836d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/godot-template-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
platform: ${{ matrix.platform }}
encryption-key: ${{ secrets.ENCRYPTION_KEY }}

- run: touch godot/bin/$PLATFORM_release
- run: |
mkdir -p godot/bin
touch godot/bin/$PLATFORM_release
if: ${{ inputs.debug }}
env:
PLATFORM: ${{ matrix.platform }}
Expand Down

0 comments on commit aef836d

Please sign in to comment.