From 724cf43b522fb0339e00ea134760981136b899ea Mon Sep 17 00:00:00 2001 From: helius-kurt <162193124+helius-kurt@users.noreply.github.com> Date: Thu, 9 May 2024 09:57:26 -0600 Subject: [PATCH] Test release asset generation --- .github/workflows/go.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5724b60..789523e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,3 +26,12 @@ jobs: - name: Test run: go test -v ./... + - name: Release + uses: softprops/action-gh-release@v2 + if: startsWith(github.ref, 'refs/tags/') + with: + files: | + - tpu-traffic-classifier + - README.md + - config.yml + - trusted_providers/helius.yml