Merge pull request #321 from vintagepc/main

Autorelease workflow... take 3
pull/322/head
3d-gussner 2024-03-15 07:52:43 +01:00 committed by GitHub
commit 08171415ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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