Remove dither log

This commit is contained in:
David Eisinger
2024-02-02 00:22:15 -05:00
parent fc4c97d417
commit 1670e9c7fc

View File

@@ -59,9 +59,3 @@ jobs:
env: env:
SERVER_IP: ${{ secrets.SERVER_IP }} SERVER_IP: ${{ secrets.SERVER_IP }}
run: bin/deploy run: bin/deploy
- name: Upload dither.log
uses: actions/upload-artifact@v3
with:
name: dither.log
path: bin/dither/dither.log