Call GitHub API to get the latest version info (#31)

* call github api to get the latest version info

* remove latest case from installer.tests

* update dist
This commit is contained in:
Rimo
2022-09-29 01:08:14 +08:00
committed by GitHub
parent 7771e4ad5d
commit 9dba6ec80f
10 changed files with 7801 additions and 44 deletions

View File

@@ -16,10 +16,11 @@ steps:
- uses: actions/checkout@v1
- uses: yizhoumo/setup-ossutil@v1
with:
ossutil-version: '1.7.14' # Optional, default to '1.7.14'. Use 'latest' to get the latest version.
endpoint: ${{ secrets.OSS_ENDPOINT }}
access-key-id: ${{ secrets.OSS_ACCESS_KEY_ID }}
access-key-secret: ${{ secrets.OSS_ACCESS_KEY_SECRET }}
sts-token: ${{ secrets.OSS_STS_TOKEN }} # Optional
ossutil-version: '1.7.14' # Optional, default to '1.7.14'. Use 'latest' to get the latest version.
- run: ossutil cp -f file-to-upload.txt oss://your-bucket/path
```