summaryrefslogblamecommitdiffstats
path: root/.github/workflows/release.yml
blob: 91b078dd5e0e176c31bbd87a0ea462585517a33e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                       
name: Build binaries
on: workflow_call
jobs:
  build:
    runs-on: ubuntu-latest
  steps:
    - uses: actions/checkout@v4
    - uses: actions/setup-go@v5
      with:
        go-version: '1.23'
        check-latest: true
    - run: curl -O https://ricketyspace.net/go/build.sh
    - run: sh build.sh fern
    - uses: actions/upload-artifact@v4
      with:
        name: fern-binaries
        path: fern-*