From fd112752766a0cd25a3266e3575fcf6b436b5f9d Mon Sep 17 00:00:00 2001 From: xishang0128 Date: Sat, 24 Feb 2024 04:41:39 +0800 Subject: [PATCH] 1 --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 82c703ca6f..466c0cd7db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,4 +119,7 @@ jobs: tag_name: Prerelease-${{ github.ref }} release_name: Release ${{ github.ref }} draft: false - prerelease: false \ No newline at end of file + prerelease: false + + - run: | + ls \ No newline at end of file