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' }}