diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 58683b9..60151d2 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -74,8 +74,7 @@ jobs: - name: Build run: make build - - name: Upload artifacts - uses: actions/upload-artifact@v4 - with: - name: grokkit-linux-amd64 - path: build/grokkit + - name: Verify binary + run: | + ./build/grokkit --help + ls -lh build/grokkit