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