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