build(yoink): configuring actions

This commit is contained in:
Bryan Bailey
2024-08-30 14:35:17 -04:00
parent 0090469fbb
commit bf091db791

View File

@@ -20,7 +20,7 @@ jobs:
go-version: '1.20'
- name: Build
run: go build -o ./yoink
run: go build -o yoink
- name: Release
uses: ./.github/actions/release@v1