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