From ae7d5889d543ad440b84d7dda12dbbf8656d0fac Mon Sep 17 00:00:00 2001 From: raller1028 <57336867+raller1028@users.noreply.github.com> Date: Mon, 13 Mar 2023 15:50:45 +0800 Subject: [PATCH] Update auto_release.yml --- .github/workflows/auto_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_release.yml b/.github/workflows/auto_release.yml index 18e1110..c782696 100644 --- a/.github/workflows/auto_release.yml +++ b/.github/workflows/auto_release.yml @@ -36,7 +36,7 @@ jobs: tag-name: '${{ steps.date.outputs.date }}' release-name: '${{ steps.date.outputs.date }}' asset-name: 'linux-all-casaos-appstore.tar.gz' - file: './build/linux-all-casaos-appstore.tar.gz' + file: './linux-all-casaos-appstore.tar.gz' - name: install sshpass run: sudo apt install sshpass --yes