Swapped GHA for release

This commit is contained in:
Nick Brassel 2023-09-03 21:40:57 +10:00
parent c4b133ca79
commit d1562c5343
No known key found for this signature in database

View File

@ -86,9 +86,9 @@ jobs:
with: with:
name: Firmware name: Firmware
path: | path: |
userspace/*.bin *.bin
userspace/*.hex *.hex
userspace/*.uf2 *.uf2
publish: publish:
name: Publish name: Publish
@ -96,14 +96,18 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/download-artifact@v3 - name: Download binaries
uses: actions/download-artifact@v3
- uses: marvinpinto/action-automatic-releases@latest - name: Generate Release
uses: softprops/action-gh-release@v1
if: always() if: always()
with: with:
repo_token: "${{ github.token }}" token: "${{ github.token }}"
automatic_release_tag: "latest" name: Latest Firmware
title: "Latest Firmware" tag_name: latest
fail_on_unmatched_files: false
draft: false
prerelease: false prerelease: false
files: | files: |
**/*.hex **/*.hex