mirror of
https://github.com/DualTachyon/uv-k5-firmware.git
synced 2024-11-27 08:59:52 +08:00
Workflow updates.
This commit is contained in:
parent
1a4594f1fe
commit
1b03446c57
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
@ -29,3 +29,7 @@ jobs:
|
||||
name: firmware
|
||||
path: firmware.bin
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: firmware.bin
|
||||
|
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -31,8 +31,8 @@ jobs:
|
||||
name: firmware
|
||||
path: firmware.bin
|
||||
|
||||
- name: Release
|
||||
- name: 'Create Release'
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: firmware.bin
|
||||
artifacts: "firmware.bin"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user