build action initial commit
This commit is contained in:
9
action.yml
Normal file
9
action.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
name: Build package
|
||||||
|
description: build an Arch package via Docker
|
||||||
|
|
||||||
|
runs:
|
||||||
|
using: 'docker'
|
||||||
|
image: 'docker://corysanin/archery:artix'
|
||||||
|
env:
|
||||||
|
REPO: .
|
||||||
|
WORKSPACE: /github/workspace
|
||||||
Reference in New Issue
Block a user