summaryrefslogtreecommitdiffstats
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c0c1028..3073b41 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
with:
go-version: '1.23'
check-latest: true
- - run: curl -O https://ricketyspace.net/go/build.sh
+ - run: curl -s -O https://ricketyspace.net/go/build.sh
- run: sh build.sh fern
- uses: actions/upload-artifact@v4
with: