diff --git a/.github/workflows/test-template.yml b/.github/workflows/test-template.yml index 2e9fbc6..0365172 100644 --- a/.github/workflows/test-template.yml +++ b/.github/workflows/test-template.yml @@ -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 @@ -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: | diff --git a/setup/action.yml b/setup/action.yml index 73667f3..16b23f4 100644 --- a/setup/action.yml +++ b/setup/action.yml @@ -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: