Skip to content

Commit

Permalink
release tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
mpawlowski committed Jun 12, 2024
1 parent d7c8bba commit 6564176
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_continuous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
run: |
CGO_ENABLED=0 go build -ldflags "-X main.gitBranch=$GIT_BRANCH -X main.gitHash=$GIT_HASH -X main.gitDirty=$GIT_DIRTY"
- name: Copy Binary
run: |
mkdir -p release-bin/
cp r2modman-headless release-bin/r2modman-headless-linux-amd64
- name: Tag Latest
run: |
git tag latest --force
Expand Down

0 comments on commit 6564176

Please sign in to comment.