trialing github release actions

This commit is contained in:
Mike Farah
2020-12-22 19:52:44 +11:00
parent f4529614c4
commit 4c60a2a967
2 changed files with 5 additions and 2 deletions

View File

@@ -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