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:
name: Firmware
path: |
userspace/*.bin
userspace/*.hex
userspace/*.uf2
*.bin
*.hex
*.uf2
publish:
name: Publish
@ -96,14 +96,18 @@ jobs:
runs-on: ubuntu-latest
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()
with:
repo_token: "${{ github.token }}"
automatic_release_tag: "latest"
title: "Latest Firmware"
token: "${{ github.token }}"
name: Latest Firmware
tag_name: latest
fail_on_unmatched_files: false
draft: false
prerelease: false
files: |
**/*.hex