Workflow upload artifacts and create release fix 2

This commit is contained in:
Djuri 2023-08-29 16:13:04 +02:00
parent 81d8ba9925
commit 53d01ffc1a
2 changed files with 3 additions and 1 deletions

View file

@ -41,6 +41,6 @@ jobs:
- name: Create release
uses: ncipollo/release-action@v1
with:
tag: ${{ github.sha }}
tag: main
commit: main
artifacts: "*.bin"