From 4ec42a55d660468bd72e6604d7fedf6949b8dae3 Mon Sep 17 00:00:00 2001 From: Noah Hsu Date: Fri, 9 Sep 2022 14:15:06 +0800 Subject: [PATCH] ci: fix release files path --- .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 58753d8b..e6abffd6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,4 +49,4 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - files: alist/build/compress/* \ No newline at end of file + files: build/compress/* \ No newline at end of file