Fix actions

This commit is contained in:
Soren Hansen
2025-08-02 13:54:00 -07:00
parent 32a7301d05
commit 72da0060b9
5 changed files with 15 additions and 4 deletions

View File

@@ -17,11 +17,14 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: "Build"
run: "touch bindata/* bindata/*/* ; make"
- name: Upload linux/amd64 artifact
if: ${{ !env.ACT }}
uses: actions/upload-artifact@v4
with:
name: gotty-linux-amd64