Fixed unchange placeholder names.

This commit is contained in:
2025-07-30 08:56:17 +02:00
parent 8a36588c62
commit 3fe908226d

View File

@@ -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