diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c13c3bf..e6ee790 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,6 +74,9 @@ jobs: - name: Zipping up Release folder run: Compress-Archive -Path "${{ github.workspace }}\Digital Clock\bin\Release\" -Destination Release.zip + - name: test + run: ls -R + - name: Upload Release uses: softprops/action-gh-release@v1 with: