mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-22 03:40:22 +08:00
switch archlinux container to official one
This commit is contained in:
parent
f46d6090a4
commit
647c29b3eb
7
.github/workflows/pacman.yml
vendored
7
.github/workflows/pacman.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
if: ${{ !contains( needs.check_commit_msg.outputs.commit_message, 'NO_PACMAN') }}
|
if: ${{ !contains( needs.check_commit_msg.outputs.commit_message, 'NO_PACMAN') }}
|
||||||
name: Arch Linux
|
name: Arch Linux
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: archlinux:latest
|
container: archlinux/base:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Basic Environment
|
- name: Setup Basic Environment
|
||||||
@ -34,7 +34,7 @@ jobs:
|
|||||||
- name: Checking out sources
|
- name: Checking out sources
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
path: 'Qv2ray'
|
path: "Qv2ray"
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
@ -96,8 +96,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Get package name
|
- name: Get package name
|
||||||
id: get_package
|
id: get_package
|
||||||
run:
|
run: echo ::set-output name=NAME::$(basename qv2ray*.xz)
|
||||||
echo ::set-output name=NAME::$(basename qv2ray*.xz)
|
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2-preview
|
uses: actions/upload-artifact@v2-preview
|
||||||
|
Loading…
Reference in New Issue
Block a user