Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Randomblock1 committed Dec 15, 2020
1 parent dd47a87 commit 7f7157f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
shell: bash
run: |
cd ${{ github.workspace }}/${{ inputs.theos-dir }}/sdks
curl -LO ${{ inputs.theos-src }}/archive/master.zip
curl -LO ${{ inputs.theos-sdks }}/archive/master.zip
TMP=$(mktemp -d)
unzip master.zip -d $TMP
mv $TMP/*-master/*.sdk $THEOS/sdks
Expand Down

0 comments on commit 7f7157f

Please sign in to comment.