From 4908555635637d706aae6046927f05813bf72cf6 Mon Sep 17 00:00:00 2001 From: alger Date: Wed, 1 Jan 2025 13:34:36 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E4=BF=AE=E6=94=B9=20github?= =?UTF-8?q?=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f1ef32..e6b5bac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,5 +58,8 @@ jobs: dist/*.exe dist/*.deb dist/*.AppImage + dist/latest*.yml + dist/latest-mac.yml + dist/latest-linux.yml env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file