Skip to content

Commit

Permalink
Debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Jun 24, 2024
1 parent b88233c commit b16d459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/godot-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ runs:
SCONS_CACHE_LIMIT: ${{ inputs.scons-cache-limit }}
run: |
WORKING_DIR=$(pwd)
ls -l $WORKING_DIR
mkdir -p $WORKING_DIR/bin $WORKING_DIR/modules/mono/glue
cd $WORKING_DIR/godot
if [[ "${{ inputs.deploy }}" == "true" ]]; then
Expand All @@ -61,4 +62,3 @@ runs:
cp -r $WORKING_DIR/godot/bin/* $WORKING_DIR/bin
cp -r $WORKING_DIR/godot/modules/mono/glue/* $WORKING_DIR/modules/mono/glue
ls -l $WORKING_DIR/bin

0 comments on commit b16d459

Please sign in to comment.