Skip to content

fix: fit qrlogin api change #19

fix: fit qrlogin api change

fix: fit qrlogin api change #19

Workflow file for this run

name: Release
on:
push:
tags: '*'
jobs:
build:
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16.15.0
cache: 'npm'
- run: npm install
- run: npm run build
- uses: ncipollo/release-action@v1
with:
artifacts: "dist/*.dmg,dist/*.exe,dist/*.blockmap"
token: ${{ github.token }}
- run: mv dist jlivertool
- name: Upload to oss
id: upload_to_oss
uses: tvrcgo/upload-to-oss@master
with:
key-id: ${{ secrets.OSS_KEY_ID }}
key-secret: ${{ secrets.OSS_KEY_SECRET }}
region: oss-cn-beijing
bucket: raw-content
assets: |
jlivertool/*.dmg:/
jlivertool/*.exe:/
jlivertool/*.yml:/
jlivertool/*.blockmap:/