From a5778227bbe2e824723fbc7d1a8d355f3472bde8 Mon Sep 17 00:00:00 2001 From: William Emfinger Date: Thu, 4 Jul 2024 23:36:20 -0500 Subject: [PATCH] ci: Remove pr image upload because it was not good --- .github/workflows/atopile.yml | 8 -------- 1 file changed, 8 deletions(-) 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' }}