From 22bddf5b79e351b6e0374801fe35085b54e568ac Mon Sep 17 00:00:00 2001 From: "U-METAL103\\103" Date: Wed, 31 Jan 2024 01:19:26 -0600 Subject: [PATCH] list3 --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9471918..ac51295 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,9 +72,8 @@ jobs: body: ${{ github.event.head_commit.message }} - name: testing - run: | - ls -R - ls -la ${{ github.workspace }}\Digital Clock\bin\Release\ + run: ls -R + run: ls -la ${{ github.workspace }}\Digital Clock\bin\Release\ - name: Upload Release uses: softprops/action-gh-release@v1