Support latest version of ossutil (#17)

* support latest version
* bump up version to 1.1.0
This commit is contained in:
Rimo
2022-08-20 21:11:31 +08:00
committed by GitHub
parent 3d11e1d509
commit 23656db23a
19 changed files with 12223 additions and 11876 deletions

View File

@@ -4,13 +4,12 @@ on: # rebuild any PRs and main branch changes
push:
branches:
- master
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- run: npm ci
- run: npm run all
@@ -20,7 +19,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: ./
with:
endpoint: ${{ secrets.OSS_ENDPOINT }}