mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
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:
parent
403ec42fcc
commit
71e67687bb
16
.github/workflows/aur.yml
vendored
16
.github/workflows/aur.yml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user