From fa3a98ed06570ff19e7d36a06a7936007b39c078 Mon Sep 17 00:00:00 2001 From: zijiren233 Date: Thu, 5 Oct 2023 14:16:40 +0800 Subject: [PATCH] Opt: build release dev --- .github/workflows/build.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8308d88..90f92dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,8 +32,11 @@ jobs: run: | bash build.sh -v dev -P -p "windows,linux,darwin" - - name: Upload artifact - uses: actions/upload-artifact@v3 + - uses: "marvinpinto/action-automatic-releases@latest" with: - name: synctv - path: build + repo_token: "${{ secrets.GITHUB_TOKEN }}" + automatic_release_tag: "dev" + title: "Dev Build" + prerelease: true + files: | + build/* \ No newline at end of file