fix build script
Some checks failed
release / release (push) Failing after 1m13s

This commit is contained in:
2024-06-12 17:09:30 +08:00
parent 1a78a5947a
commit 676abc73ac

View File

@@ -10,6 +10,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: setup go
uses: actions/setup-go@v5
with:
go-version: '>=1.20.1'
- uses: oven-sh/setup-bun@v1 - uses: oven-sh/setup-bun@v1
with: with:
bun-version: latest bun-version: latest
@@ -23,5 +27,5 @@ jobs:
- uses: https://gitea.com/actions/release-action@main - uses: https://gitea.com/actions/release-action@main
with: with:
files: |- files: |-
bin/** out/**
api_key: '${{secrets.RELEASE_TOKEN}}' api_key: '${{secrets.RELEASE_TOKEN}}'