feat: initial upload
This commit is contained in:
commit
103276ddd7
1 changed files with 13 additions and 0 deletions
13
action.yml
Normal file
13
action.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name: Setup Spud
|
||||||
|
inputs:
|
||||||
|
version:
|
||||||
|
description: "Spud version to install."
|
||||||
|
runs:
|
||||||
|
using: composite
|
||||||
|
steps:
|
||||||
|
- name: Pull pre-built binary
|
||||||
|
env:
|
||||||
|
SPUD_VERSION: ${{ inputs.version }}
|
||||||
|
run: curl https://forge.karnov.club/spadinastan/spud/raw/branch/main/install.sh | bash
|
||||||
|
- name: Smoke test
|
||||||
|
run: which spud
|
Loading…
Reference in a new issue