refactor: remove commented build steps and add checksum script for binaries

This commit is contained in:
2025-01-21 13:18:21 -06:00
parent f54150c3d2
commit 4721373f67
3 changed files with 71 additions and 20 deletions

View File

@@ -33,26 +33,6 @@ jobs:
- name: Test
run: go test -race -v -shuffle=on ./...
# - name: Build for linux
# run: |
# go build -o bin/SteamCache2-${VERSION#v}-${BUILD}-${GOOS}-${GOARCH} main.go
# env:
# VERSION: ${{github.ref_name}}
# BUILD: ${{github.run_number}}
# GOOS: linux
# GOARCH: amd64
# EXE: ""
# - name: Build for windows
# run: |
# go build -o bin/SteamCache2-${VERSION#v}-${BUILD}-${GOOS}-${GOARCH} main.go
# env:
# VERSION: ${{github.ref_name}}
# BUILD: ${{github.run_number}}
# GOOS: windows
# GOARCH: amd64
# EXE: ".exe"
- name: Release binaries
uses: goreleaser/goreleaser-action@v6
with: