upload artifacts

This commit is contained in:
LilliaElaine
2025-10-21 17:26:50 -04:00
parent f9a2303baf
commit bbfc390244

View File

@ -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