commit
08171415ca
|
|
@ -8,7 +8,7 @@ on:
|
||||||
branches: [ main, MMU_* ]
|
branches: [ main, MMU_* ]
|
||||||
tags:
|
tags:
|
||||||
- "v*"
|
- "v*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -70,7 +70,7 @@ jobs:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
draft: true
|
draft: true
|
||||||
files: |
|
files: |
|
||||||
"build/autopublish/*.hex"
|
build/autopublish/*.hex
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue