aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitea/workflows
diff options
context:
space:
mode:
authorOphestra Umiker <cat@ophivana.moe>2024-09-04 01:27:04 +0900
committerOphestra Umiker <cat@ophivana.moe>2024-09-04 01:27:04 +0900
commit743b6afbbb41bb9505c5f38b26c649c98136026c (patch)
tree32aeed006b06446704662465ef13c47bf1178686 /.gitea/workflows
parentd8f76f3b2594db4687c0203c4f2be8d3e4ef7740 (diff)
workflows: rename binary to fortify
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to '.gitea/workflows')
-rw-r--r--.gitea/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml
index c545e7bf..44ad40ef 100644
--- a/.gitea/workflows/release.yml
+++ b/.gitea/workflows/release.yml
@@ -27,8 +27,8 @@ jobs:
if: ${{ runner.os == 'Linux' }}
- name: Build for Linux
run: >-
- sh -c "go build -v -ldflags '-s -w -X main.Version=${{ github.ref_name }}' -o bin/ego &&
- sha256sum --tag -b bin/ego > bin/ego.sha256"
+ sh -c "go build -v -ldflags '-s -w -X main.Version=${{ github.ref_name }}' -o bin/fortify &&
+ sha256sum --tag -b bin/fortify > bin/fortify.sha256"
- name: Release
id: use-go-action
uses: https://gitea.com/actions/release-action@main