From 9356ca59bbbc2fd48cee158b4d8d9c09cea1cd51 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Tue, 22 Dec 2020 20:03:01 +1100 Subject: [PATCH] trialing github release actions --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 597a8fd8..0cddf6eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 with: - go-version: '^1.15' + go-version: '^1.15' # steps for building assets - name: Cross compile run: |