Skip to content

Commit

Permalink
Merge pull request #116 from DCC-EX/workflow-test
Browse files Browse the repository at this point in the history
test
  • Loading branch information
alex-code authored Aug 10, 2024
2 parents 5b7b4fd + 650cd65 commit a1d18f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
- name: Build PlatformIO project
run: pio run --target buildrelease

- name: Upload Release Assets
run: |
gh release upload $GITHUB_REF firmware.bin
- name: Upload file to release
uses: softprops/action-gh-release@v1
with:
files: firmware.bin
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a1d18f1

Please sign in to comment.