Fix GitHub action
This commit is contained in:
parent
6cf464c3e3
commit
00ac808731
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tagging.yml
vendored
1
.github/workflows/tagging.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
|||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
include-hidden-files: true
|
||||
retention-days: 1
|
||||
name: prepared-outputs
|
||||
path: .pio/**/*.bin
|
||||
|
|
Loading…
Reference in a new issue