Fix github workflows

This commit is contained in:
Folyd 2019-10-29 17:51:44 +08:00
parent 0929d6884c
commit b3592f1212
2 changed files with 1 additions and 30 deletions

View file

@ -22,4 +22,5 @@ jobs:
- name: "Upload Artifact"
uses: actions/upload-artifact@master
with:
name: target
path: ${{ steps.web-ext-build.outputs.target }}

View file

@ -1,30 +0,0 @@
language: generic
before_install:
- npm install -g web-ext
# Do some testings ...
script: true
before_deploy:
- web-ext build -s extension -o
deploy:
provider: releases
api_key:
# Generate secure token with travis encrypt --pro
secure: ""
file_glob: true
file: web-ext-artifacts/*.zip
skip_cleanup: true
on:
tags: true
branches:
only:
- "/^v\\d+\\.\\d+\\.\\d+.*$/"
notifications:
email:
on_success: never