Workflow upload artifacts and create release fix
This commit is contained in:
parent
d5a64f6d4f
commit
81d8ba9925
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -41,4 +41,6 @@ jobs:
|
||||
- name: Create release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag: ${{ github.sha }}
|
||||
commit: main
|
||||
artifacts: "*.bin"
|
Loading…
Reference in New Issue
Block a user