mirror of
https://github.com/mikefarah/yq.git
synced 2026-08-24 08:22:13 +08:00
trialing github release actions
This commit is contained in:
@@ -13,7 +13,10 @@ jobs:
|
||||
|
||||
# steps for building assets
|
||||
- name: Cross compile
|
||||
run: ./scripts/xcompile.sh
|
||||
run: |
|
||||
sudo apt-get rhash
|
||||
go get github.com/mitchellh/gox
|
||||
./scripts/xcompile.sh
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
|
||||
Reference in New Issue
Block a user