diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d0e89ef..2764969 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,11 +73,6 @@ 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: draft: false