From 2859e023bae04789bb8d330648323a39c273b7a1 Mon Sep 17 00:00:00 2001 From: William Emfinger Date: Thu, 4 Jul 2024 23:03:15 -0500 Subject: [PATCH] test uploading images to pr --- .github/workflows/atopile.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/atopile.yml b/.github/workflows/atopile.yml index e2a9735..8e9707a 100644 --- a/.github/workflows/atopile.yml +++ b/.github/workflows/atopile.yml @@ -81,6 +81,14 @@ 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' }}