Skip to content

Commit

Permalink
Adapt workflow, remove explicit export filters
Browse files Browse the repository at this point in the history
  • Loading branch information
h4de5 committed Apr 4, 2020
1 parent 070752c commit b25277f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/godot-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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( )
Expand Down Expand Up @@ -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( )
Expand Down

0 comments on commit b25277f

Please sign in to comment.