From fdf17eca70ef8263786bc9672372f203c49f613d Mon Sep 17 00:00:00 2001 From: AnnAngela Date: Thu, 8 Jun 2023 19:07:54 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E5=A4=8D=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-ota.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-ota.yml b/.github/workflows/release-ota.yml index 25fec3b5bf..5579aa9351 100644 --- a/.github/workflows/release-ota.yml +++ b/.github/workflows/release-ota.yml @@ -65,7 +65,7 @@ jobs: - uses: actions/upload-artifact@v3 with: name: MaaReleaseConfig - path: .config + path: ./build-ota/config outputs: prerelease: ${{ steps.fetchReleaseInfo.outputs.prerelease }} release_tag: ${{ steps.fetchReleaseInfo.outputs.release_tag }} @@ -91,7 +91,7 @@ jobs: - uses: actions/download-artifact@v3 with: name: MaaReleaseConfig - path: .config + path: ./build-ota/config - name: Download latest version for server run: | mkdir -pv build-ota/${{ needs.create-tag.outputs.release_tag }}