mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 10:50:23 +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
12
.github/workflows/aur.yml
vendored
12
.github/workflows/aur.yml
vendored
@ -14,7 +14,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
aur:
|
aur:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
repo: [qv2ray, qv2ray-dev-git]
|
repo: [qv2ray, qv2ray-dev-git]
|
||||||
runs-on: [ubuntu-latest]
|
runs-on: [ubuntu-latest]
|
||||||
@ -22,3 +22,13 @@ jobs:
|
|||||||
- uses: DuckSoft/build-aur-action@v1.0
|
- uses: DuckSoft/build-aur-action@v1.0
|
||||||
with:
|
with:
|
||||||
repo-name: ${{ matrix.repo }}
|
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