Skip to content

Commit

Permalink
Update build_qmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jing332 authored Sep 12, 2020
1 parent 8a6c011 commit 2a148eb
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/build_qmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,33 @@ defaults:
shell: pwsh

jobs:
Upload:
runs-on: ubuntu-latest
needs: build

steps:
- uses: actions/checkout@v2.1.0
- uses: actions/setup-node@v2.1.1
with:
node-version: v14.3.0

- name: Download All Build Artifacts
uses: actions/download-artifact@v2
with:
path: ./download

- name: Upload to WebDAV
run: |
git clone https://github.com/ame-yu/plz-download.git
cd plz-download
mv ../download ./
npm i
npm start
env:
url: ${{ secrets.nutstore_url }}
username: ${{ secrets.nutstore_username }}
password: ${{ secrets.nutstore_password }}

build:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 2a148eb

Please sign in to comment.