mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 23:57:07 +00:00
Fix github workflows
This commit is contained in:
parent
0929d6884c
commit
b3592f1212
2 changed files with 1 additions and 30 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -22,4 +22,5 @@ jobs:
|
|||
- name: "Upload Artifact"
|
||||
uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: target
|
||||
path: ${{ steps.web-ext-build.outputs.target }}
|
||||
|
|
30
.travis.yml
30
.travis.yml
|
@ -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
|
Loading…
Reference in a new issue