Skip to content

Commit

Permalink
update playground
Browse files Browse the repository at this point in the history
  • Loading branch information
qinyuhang committed Feb 18, 2021
1 parent bd7cc4c commit c4d0148
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Download from Release
uses: dsaltares/fetch-gh-release-asset@master
uses: Legion2/download-release-[email protected]
with:
version: "latest-sdk"
file: "latest-sdk.zip"
target: "sdk-latest.tgz"
token: ${{ secrets.YOUR_TOKEN }}
repository: ${{ github.repository }}
tag: 'latest-sdk'
path: .
file: sdk-latest.tgz
- name: Log
run: |
ls -la
Expand Down

0 comments on commit c4d0148

Please sign in to comment.