diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c80a50..280f589 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -59,9 +59,3 @@ jobs: env: SERVER_IP: ${{ secrets.SERVER_IP }} run: bin/deploy - - - name: Upload dither.log - uses: actions/upload-artifact@v3 - with: - name: dither.log - path: bin/dither/dither.log