From bbfc390244246a95924504c40a8b1c654b60f830 Mon Sep 17 00:00:00 2001 From: LilliaElaine <7863608+LilliaElaine@users.noreply.github.com> Date: Tue, 21 Oct 2025 17:26:50 -0400 Subject: [PATCH] upload artifacts --- .github/workflows/go.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0f89331..77a98a5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,7 +1,7 @@ # This workflow will build a golang project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go -name: Go +name: build on: push: @@ -26,5 +26,7 @@ jobs: - name: Build run: go build -v ./... - - name: Test - run: go test -v ./... + - name: Release + uses: softprops/action-gh-release@v2 + with: + files: go-bsb-cams