mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-05 03:08:52 +00:00
Swapped GHA for release
This commit is contained in:
parent
c4b133ca79
commit
d1562c5343
20
.github/workflows/qmk_userspace_build.yml
vendored
20
.github/workflows/qmk_userspace_build.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user