mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-29 18:26:21 +02:00
github action test
This commit is contained in:
parent
72d678e32b
commit
c66089cb47
1 changed files with 4 additions and 4 deletions
8
.github/workflows/compile_development.yml
vendored
8
.github/workflows/compile_development.yml
vendored
|
@ -138,10 +138,10 @@ jobs:
|
|||
# run: cp ~/.platformio/packages/framework-arduinoespressif32/tools/partitions/boot_app0.bin src/.pio/build/opendtufusion/ota.bin
|
||||
|
||||
- name: Get Artifacts
|
||||
- uses: actions/download-artifact@master
|
||||
with:
|
||||
name: ahoydtu_dev
|
||||
path: src/firmware/*
|
||||
uses: actions/download-artifact@master
|
||||
with:
|
||||
name: ahoydtu_dev
|
||||
path: src/firmware/*
|
||||
|
||||
- name: Rename Binary files
|
||||
id: rename-binary-files
|
||||
|
|
Loading…
Add table
Reference in a new issue