diff --git a/.github/workflows/atopile.yml b/.github/workflows/atopile.yml index 8e9707a..e2a9735 100644 --- a/.github/workflows/atopile.yml +++ b/.github/workflows/atopile.yml @@ -81,14 +81,6 @@ jobs: ecad/build/box-emu-gerbers*.zip ecad/kibot-box-emu/* - - name: Upload Images to PR - uses: edunad/actions-image@v2.0.0 - with: - path: 'ecad/kibot-**/*.png' - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - title: 'ECAD Images' - annotationLevel: 'notice' - - name: Attach files to release uses: softprops/action-gh-release@v2 if: ${{ github.event.release && github.event.action == 'published' }}