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:
parent
e0a0144d77
commit
18ac7a9f9a
@ -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
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user