Skip to content

Commit

Permalink
Build release from source via brew
Browse files Browse the repository at this point in the history
  • Loading branch information
carpeliam committed Jan 20, 2025
1 parent 2e6fcbc commit 16b7af0
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,11 @@ on:
jobs:
release:
name: Create Release
runs-on: macos-latest
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.1

- name: Build
run: go build -v -o sc .

- name: Release
uses: softprops/action-gh-release@v2
with:
files: |
sc
LICENSE

0 comments on commit 16b7af0

Please sign in to comment.