Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Oct 12, 2022
1 parent 9195eb9 commit 7559c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
uses: actions/upload-artifact@v3
with:
path: |
firmware_teensy${{ matrix.teenxy }}.hex
firmware_teensy${{ matrix.teensy }}.hex
- name: Upload firmware to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./firmware_teensy${{ matrix.teenxy }}.hex
file: ./firmware_teensy${{ matrix.teensy }}.hex
tag: ${{ github.ref }}
overwrite: true
file_glob: true
Expand Down

0 comments on commit 7559c22

Please sign in to comment.