From b74e882255287768af8495c79dcf8ccd0d4f0595 Mon Sep 17 00:00:00 2001 From: Jonathon Fritz Date: Tue, 31 Oct 2023 14:49:06 -0700 Subject: [PATCH] fix action --- .github/workflows/release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3942798163..1529105be8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,8 +40,11 @@ jobs: go-version: '^1.20.5' # The Go version to download (if necessary) and use. - uses: actions/checkout@v3 with: - go-version: 1.20.x - + repository: wangyoucao577/assets-uploader + path: assets-uploader + - name: build assets-uploader + run: cd assets-uploader/cmd/github-assets-uploader && go build && echo "ASSETS_UPLOADER_DIR=$(pwd)" > $GITHUB_ENV + - name: Prepare id: prepare run: |