Skip to content

Commit

Permalink
fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Сахнов Глеб Андреевич authored and Сахнов Глеб Андреевич committed Nov 7, 2021
1 parent 0259f41 commit 3b67780
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@ jobs:
run: |
echo "::set-env name=BINARY_NAME::cero-${{ matrix.GOOS }}-${{ matrix.GOARCH }}${{ env.BINARY_EXT }}"
echo "Binary name set to ${{ env.BINARY_NAME }}"
- name: Checkout code
uses: actions/checkout@v2

- name: Build project
uses: actions/setup-go@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.17.3'

- name: Build project
run: go build -o $BINARY_NAME

- name: Attach compiled binary to release
Expand Down

0 comments on commit 3b67780

Please sign in to comment.