From a4a039a2530809dea640c3dd20cbe0fe7615bcda Mon Sep 17 00:00:00 2001 From: Mariotaku Date: Fri, 23 Jun 2023 10:50:13 +0900 Subject: [PATCH] Fixed gen-manifest install --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f2216d7..63a6901 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: with: repository: "webosbrew/dev-toolbox-cli" latest: true - fileName: "webosbrew-toolbox-gen-manifest.deb" + fileName: "webosbrew-toolbox-gen-manifest_*.deb" out-file-path: "temp" - name: Install Tools @@ -66,4 +66,4 @@ jobs: omitNameDuringUpdate: true omitBodyDuringUpdate: true omitPrereleaseDuringUpdate: true - artifacts: dist/*.ipk,dist/*.manifest.json \ No newline at end of file + artifacts: dist/*.ipk,dist/*.manifest.json