From b25277f430d2f483bdba49f5b01a1db1bb86f3a8 Mon Sep 17 00:00:00 2001 From: h4de5 Date: Sat, 4 Apr 2020 16:42:22 +0200 Subject: [PATCH] Adapt workflow, remove explicit export filters --- .github/workflows/godot-export.yml | 5 ++--- export_presets.cfg | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/godot-export.yml b/.github/workflows/godot-export.yml index d4787a7..afc39c5 100644 --- a/.github/workflows/godot-export.yml +++ b/.github/workflows/godot-export.yml @@ -25,10 +25,9 @@ jobs: # download asset pack - name: Download Asset Pack run: | - echo "github workspace: ${GITHUB_WORKSPACE}" - ls -la "${GITHUB_WORKSPACE}" + #echo "github workspace: ${GITHUB_WORKSPACE}" + #ls -la "${GITHUB_WORKSPACE}" #sudo apt -yq install wget unzip - sudo apt -y install wget unzip wget -q -O "${GITHUB_WORKSPACE}/assets.zip" "${{ secrets.asset_pack_url }}" unzip -oqq "${GITHUB_WORKSPACE}/assets.zip" rm -f "${GITHUB_WORKSPACE}/assets.zip" diff --git a/export_presets.cfg b/export_presets.cfg index 30d3951..1a2eb26 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -5,7 +5,7 @@ platform="Windows Desktop" runnable=false custom_features="" export_filter="all_resources" -include_filter="assets/sounds/coughing/*.wav," +include_filter="" exclude_filter="" export_path="dist/wusely.exe" patch_list=PoolStringArray( ) @@ -48,7 +48,7 @@ platform="HTML5" runnable=false custom_features="" export_filter="all_resources" -include_filter="assets/sounds/coughing/*.wav," +include_filter="" exclude_filter="" export_path="dist/wusely.html" patch_list=PoolStringArray( )