diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2024-09-20 22:50:19 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2024-09-20 22:50:19 -0400 |
commit | 1901c45f88f856a03473dd41b0a0a43704cd4e17 (patch) | |
tree | d0e5ec9dd9099473005ab2c255d047c8e2d3211e /.github | |
parent | 7d9849673483ac0964caefb13d324a6ca223a5ad (diff) |
.github: release.yml: silently download build.sh
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 2 |
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: |