1
0
mirror of https://github.com/XFox111/PasswordGeneratorExtension.git synced 2026-04-22 08:08:01 +03:00

Minor 1.2 (#5)

- Added option "Do not repeat characters"
- Updated GitHub release template
- Updated CI config
This commit is contained in:
Michael Gordeev
2021-03-03 16:44:06 +03:00
committed by GitHub
parent 5c3a3ca756
commit f142d8c3a6
8 changed files with 67 additions and 16 deletions
+12 -7
View File
@@ -1,12 +1,8 @@
name: CI
on:
workflow_dispatch:
push:
branches: [ master ]
paths:
# Trigger deploy on manifest change
- 'manifest.json'
release:
types: [published]
jobs:
Firefox:
@@ -35,7 +31,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: 'Firefox Artefacts'
path: ${{ steps.web-ext-sign.outputs.target }}
path: ${{ steps.web-ext-build.outputs.target }}
Chrome:
runs-on: ubuntu-latest
@@ -58,6 +54,15 @@ jobs:
client-secret: ${{ secrets.CHROME_CLIENT_SECRET }}
refresh-token: ${{ secrets.CHROME_REFRESH_TOKEN }}
- name: Upload artifact
uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: ./PasswordGenerator.zip
tags: true
draft: true
- name: Drop artifacts
uses: actions/upload-artifact@v2
with: