mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 01:48:19 +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:
|
with:
|
||||||
name: ${{ steps.rename-binary-files.outputs.name }}_dev_build
|
name: ${{ steps.rename-binary-files.outputs.name }}_dev_build
|
||||||
path: |
|
path: |
|
||||||
tools/esp8266/*/firmware/*
|
tools/esp8266/firmware/*
|
||||||
tools/esp8266/*/User_Manual.md
|
tools/esp8266/User_Manual.md
|
||||||
tools/esp8266/*/install.html
|
tools/esp8266/install.html
|
||||||
tools/esp8266/*/json/manifest.json
|
tools/esp8266/json/manifest.json
|
||||||
|
|
||||||
#./${{ steps.rename-binary-files.outputs.name }}.zip
|
#./${{ steps.rename-binary-files.outputs.name }}.zip
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue