From e86258e74f51d0d5e71a7578b3ad421e5d0853d0 Mon Sep 17 00:00:00 2001 From: lisonge Date: Wed, 22 Nov 2023 20:22:43 +0800 Subject: [PATCH] fix(actions): download-artifact --- .github/workflows/Build-Release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Build-Release.yml b/.github/workflows/Build-Release.yml index b5b951624..9379b94f4 100644 --- a/.github/workflows/Build-Release.yml +++ b/.github/workflows/Build-Release.yml @@ -45,6 +45,9 @@ jobs: - uses: actions/download-artifact@v3 with: name: outputs + path: outputs + + - run: ls -R - id: create_release uses: actions/create-release@v1