Let's Utilize GitHub Actions! (#424)

* Update aur.yml
* Update aur.yml
* Just Build It!
* Update aur.yml
* Update aur.yml
* Update aur.yml
* Update aur.yml
* Update aur.yml
* Update aur.yml
* Update aur.yml
* Update aur.yml
* Update aur.yml
* Update aur.yml
* Update aur.yml
* Update aur.yml
* Update aur.yml
* Update aur.yml
* Update aur.yml
* Finalizing!
* added constraints back!

Co-authored-by: Qv2ray-dev <59914293+Qv2ray-dev@users.noreply.github.com>
This commit is contained in:
DuckSoft 2020-03-18 02:30:14 +08:00 committed by GitHub
parent 403ec42fcc
commit 71e67687bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@ name: Build Qv2ray AUR
on:
push:
paths-ignore:
- '.github'
branches:
- '.github'
branches:
- master
- dev
tags:
@ -14,7 +14,7 @@ on:
jobs:
aur:
strategy:
fail-fast: true
fail-fast: false
matrix:
repo: [qv2ray, qv2ray-dev-git]
runs-on: [ubuntu-latest]
@ -22,3 +22,13 @@ jobs:
- uses: DuckSoft/build-aur-action@v1.0
with:
repo-name: ${{ matrix.repo }}
- name: Post AUR Build Action
uses: DuckSoft/post-aur-build-action@0.0.9
id: post
- uses: actions/upload-artifact@master
with:
name: ${{ steps.post.outputs.pkgfile }}
path: ${{ steps.post.outputs.pkgpath }}