From 3fc45187eb40df408baac3eb98ef25966df57b64 Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Mon, 15 Jul 2024 12:39:03 +0800 Subject: [PATCH] ci: remove any yml files from the release files --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 780e2ab3..07551f4b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,6 +70,6 @@ jobs: dist/*.deb dist/*.rpm dist/*.tar.gz - dist/*.yml + dist/latest*.yml env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}