Skip to content

Commit

Permalink
Adapt workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
h4de5 committed Apr 4, 2020
1 parent 6025fd0 commit 070752c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/godot-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ jobs:
# download asset pack
- name: Download Asset Pack
run: |
echo "share/godot directory"
ls -la /home/runner/.local/share/godot
echo "github workspace: ${GITHUB_WORKSPACE}"
ls -la ${GITHUB_WORKSPACE}
sudo apt -yq install wget unzip
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

0 comments on commit 070752c

Please sign in to comment.