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: |