Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Randomblock1 committed Dec 15, 2020
1 parent edae9e9 commit 76491ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ runs:
shell: bash
run: |
cd ${{ github.workspace }}/${{ inputs.theos-dir }}/sdks
git init
git remote add origin ${{ inputs.theos-sdks }}
git fetch origin --depth=1
git reset --hard origin/master || git reset --hard origin/main
echo "SDKs successfully obtained!"
curl -LO ${{ inputs.theos-src }}/archive/master.zip
TMP=$(mktemp -d)
unzip master.zip -d $TMP
mv $TMP/*-master/*.sdk $THEOS/sdks
rm -r master.zip $TMP

0 comments on commit 76491ab

Please sign in to comment.