workflows: build and upload test distribution
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
parent
52f21a19f3
commit
e2edeb7cdb
@ -44,13 +44,12 @@ jobs:
|
||||
run: >-
|
||||
go test ./...
|
||||
|
||||
- name: Build for Linux
|
||||
run: >-
|
||||
go build -v -ldflags '-s -w
|
||||
-X git.ophivana.moe/security/fortify/internal.Version=${{ github.ref_name }}
|
||||
-X git.ophivana.moe/security/fortify/internal.Fsu=/usr/bin/fsu
|
||||
-X git.ophivana.moe/security/fortify/internal.Finit=/usr/libexec/fortify/finit
|
||||
-X main.Fmain=/usr/bin/fortify
|
||||
-X main.Fshim=/usr/libexec/fortify/fshim'
|
||||
-o bin/ ./... &&
|
||||
(cd bin && sha512sum --tag -b * > sha512sums)
|
||||
- name: Build for test
|
||||
run: FORTIFY_VERSION='${{ github.ref_name }}' ./dist/release.sh
|
||||
|
||||
- name: Upload test build
|
||||
uses: https://gitea.com/actions/upload-artifact@v4
|
||||
with:
|
||||
name: "dist/fortify-${{ github.ref_name }}.tar.gz"
|
||||
path: "dist/fortify-${{ github.ref_name }}.tar.gz"
|
||||
retention-days: 1
|
||||
|
Loading…
Reference in New Issue
Block a user