Skip to content

Commit

Permalink
disable encrypt dir
Browse files Browse the repository at this point in the history
  • Loading branch information
myin142 committed Oct 11, 2024
1 parent 8245caf commit 1b14ba8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
- master

jobs:
build-templates:
uses: ./.github/workflows/godot-template-build.yml
with:
version: 4.3
secrets: inherit
# build-templates:
# uses: ./.github/workflows/godot-template-build.yml
# with:
# version: 4.3
# secrets: inherit

build-project:
runs-on: ubuntu-latest
needs: build-templates
# needs: build-templates
container: barichello/godot-ci:4.3
steps:
- uses: actions/checkout@v4
Expand All @@ -32,7 +32,7 @@ jobs:
godot --export-release --headless --path godot-game linux "../build/linux/main.x86_64"
echo "Exported godot game with following settings: "
cat godot-game/.godot/export_presets.cfg
cat godot-game/export_presets.cfg
cat godot-game/.godot/export_credentials.cfg
- name: Run Game
run: |
Expand Down
3 changes: 2 additions & 1 deletion setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ runs:
sed -e "/encrypt_pck/c\encrypt_pck=true" -i export_presets.cfg
sed -e "/encryption_include_filters/c\encryption_include_filters=\"*\"" -i export_presets.cfg
cat export_presets.cfg
# this needs to be disabled
sed -e "/encrypt_directory/c\encrypt_directory=false" -i export_presets.cfg
shell: bash
working-directory: ${{ inputs.game-folder }}
env:
Expand Down

0 comments on commit 1b14ba8

Please sign in to comment.