From 54928aa649cd3bb20a4c38fe72a0421d85a8ec8a Mon Sep 17 00:00:00 2001 From: raller1028 <57336867+raller1028@users.noreply.github.com> Date: Mon, 13 Mar 2023 15:49:06 +0800 Subject: [PATCH] Update auto_release.yml --- .github/workflows/auto_release.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto_release.yml b/.github/workflows/auto_release.yml index c6f528d..18e1110 100644 --- a/.github/workflows/auto_release.yml +++ b/.github/workflows/auto_release.yml @@ -24,6 +24,11 @@ jobs: files: | ./build outPath: linux-all-casaos-appstore.tar.gz + - name: command + run: | + ls + echo "-----------------" + ls ./build - name: Create Release uses: djnicholson/release-action@v2.11 with: @@ -31,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: './linux-all-appstore.tar.gz' + file: './build/linux-all-casaos-appstore.tar.gz' - name: install sshpass run: sudo apt install sshpass --yes