mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-01 15:38:25 +02:00
fix artifact generation
This commit is contained in:
parent
6390a17f20
commit
a12b5220c4
1 changed files with 4 additions and 4 deletions
8
.github/workflows/compile_development.yml
vendored
8
.github/workflows/compile_development.yml
vendored
|
@ -71,10 +71,10 @@ jobs:
|
|||
with:
|
||||
name: ${{ steps.rename-binary-files.outputs.name }}_dev_build
|
||||
path: |
|
||||
tools/esp8266/*/firmware/*
|
||||
tools/esp8266/*/User_Manual.md
|
||||
tools/esp8266/*/install.html
|
||||
tools/esp8266/*/json/manifest.json
|
||||
tools/esp8266/firmware/*
|
||||
tools/esp8266/User_Manual.md
|
||||
tools/esp8266/install.html
|
||||
tools/esp8266/json/manifest.json
|
||||
|
||||
#./${{ steps.rename-binary-files.outputs.name }}.zip
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue