chore(ci): replace artifact upload with binary verification

Remove the upload-artifact step in the CI workflow and add verification
steps to run the binary with --help and list its details.
This commit is contained in:
Greg Gauthier 2026-03-01 14:25:52 +00:00
parent e0a0144d77
commit 18ac7a9f9a

View File

@ -74,8 +74,7 @@ jobs:
- name: Build - name: Build
run: make build run: make build
- name: Upload artifacts - name: Verify binary
uses: actions/upload-artifact@v4 run: |
with: ./build/grokkit --help
name: grokkit-linux-amd64 ls -lh build/grokkit
path: build/grokkit