Fixed unchange placeholder names.
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
||||
run: |
|
||||
VERSION=${GITEA_REF_NAME}
|
||||
echo "Building version $VERSION"
|
||||
go build -ldflags "-s -w -X main.Version=$VERSION" -o myapp ./cmd/app
|
||||
go build -ldflags "-s -w -X main.Version=$VERSION" -o lab-ca .
|
||||
|
||||
# 4. Install the tea CLI
|
||||
- name: Install tea CLI
|
||||
@@ -50,4 +50,4 @@ jobs:
|
||||
|
||||
# 7. Upload binary to the release
|
||||
- name: Upload binary
|
||||
run: tea release upload $GITEA_REF_NAME ./myapp
|
||||
run: tea release upload $GITEA_REF_NAME lab-ca
|
||||
|
Reference in New Issue
Block a user