Workflow upload artifacts and create release fix 2
This commit is contained in:
parent
81d8ba9925
commit
53d01ffc1a
2 changed files with 3 additions and 1 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -41,6 +41,6 @@ jobs:
|
|||
- name: Create release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag: ${{ github.sha }}
|
||||
tag: main
|
||||
commit: main
|
||||
artifacts: "*.bin"
|
Loading…
Add table
Add a link
Reference in a new issue