Skip to content

Commit

Permalink
Add version to gi build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Staal committed Feb 27, 2024
1 parent 1ce7663 commit 930c0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build
run: |
mkdir release
CGO_ENABLED=0 go build -o release/container-manager
CGO_ENABLED=0 go build -ldflags "-X main.Build=${{ github.ref_name }}" -o release/container-manager
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 930c0dc

Please sign in to comment.