mirror of
https://github.com/xoseperez/espurna.git
synced 2026-02-20 01:31:34 +01:00
ci: fix debug zip pattern match
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -121,7 +121,9 @@ jobs:
|
||||
--quiet \
|
||||
--junk-paths \
|
||||
--recurse-patterns \
|
||||
Debug.zip "build/debug/*"
|
||||
Debug.zip \
|
||||
'build/debug/*.map' \
|
||||
'build/debug/*.elf.debug'
|
||||
|
||||
- name: Fetch release template
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user