mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-13 22:38:04 +00:00
trialing github release actions
This commit is contained in:
parent
00f6981314
commit
6dec167f74
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -10,7 +10,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- uses: actions/setup-go@v2
|
||||||
|
with:
|
||||||
|
go-version: '^1.15'
|
||||||
# steps for building assets
|
# steps for building assets
|
||||||
- name: Cross compile
|
- name: Cross compile
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user