diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02bd50e..8a6de79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: - name: testing run: | - Compress-Archive -Path ${{ github.workspace }}\Digital Clock\bin\Release\* -Destination Release.zip + Compress-Archive -Path "${{ github.workspace }}\Digital Clock\bin\Release\" -Destination Release.zip ls -R - name: Upload Release