From 0ac9e57f32e46b271e7f54a79caebd6d06a685d9 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Fri, 20 Sep 2024 21:26:51 -0400 Subject: .github/workflows: release.yml: fix syntax --- .github/workflows/release.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67249da..fe15fa0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,15 +3,15 @@ on: workflow_dispatch 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-* + 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-* -- cgit v1.2.3