Skip to content

Commit

Permalink
cross build
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Dec 13, 2019
1 parent 56246a4 commit 92f4cb4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,21 @@ jobs:
with:
go-version: 1.13
id: go
- name: Cross Platform Build
run: make cross
- name: Test
run: make test
- name: "Upload Linux"
- name: Upload Linux
uses: actions/upload-artifact@v1
with:
name: "gopogh-linux-amd64"
path: ./gopogh-linux-amd64
- name: "Upload Darwin"
- name: Upload Darwin
uses: actions/upload-artifact@v1
with:
name: "gopogh-darwin-amd64"
path: ./gopogh-darwin-amd64
- name: "Upload windows"
- name: Upload windows
uses: actions/upload-artifact@v1
with:
name: "gopogh.exe"
Expand All @@ -48,6 +50,4 @@ jobs:
- Second Change
draft: false
prerelease: false
- name: build
run: make cross

0 comments on commit 92f4cb4

Please sign in to comment.