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: