Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlacy committed Aug 30, 2021
1 parent e7a369a commit 8767eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2
- name: Build project # This would actually build your project, using zip for an example artifact
run: |
GOOS=linux GOARCH=amd64 go build -ldflags="-X main.Version=${github.ref}" -o monokube main.go
GOOS=linux GOARCH=amd64 go build -ldflags="-X main.Version=${{github.ref}}" -o monokube main.go
tar -czvf monokube-linux-amd64.tar.gz monokube
- name: Create Release
id: create_release
Expand Down

0 comments on commit 8767eab

Please sign in to comment.