Skip to content

Commit

Permalink
test uploading images to pr
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed Jul 5, 2024
1 parent daaa65a commit 2859e02
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/atopile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ jobs:
ecad/build/box-emu-gerbers*.zip
ecad/kibot-box-emu/*
- name: Upload Images to PR
uses: edunad/[email protected]
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' }}
Expand Down

0 comments on commit 2859e02

Please sign in to comment.