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 8297fbd commit bd7cc4c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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
with:
version: "latest-sdk"
file: "latest-sdk.zip"
target: "sdk-latest.tgz"
token: ${{ secrets.YOUR_TOKEN }}
uses: dsaltares/fetch-gh-release-asset@master
with:
version: "latest-sdk"
file: "latest-sdk.zip"
target: "sdk-latest.tgz"
token: ${{ secrets.YOUR_TOKEN }}
- name: Log
run: |
ls -la
Expand Down

0 comments on commit bd7cc4c

Please sign in to comment.