mirror of https://github.com/arendst/Tasmota.git
Update Tasmota_build_devel.yml
This commit is contained in:
parent
7edcf6fe7a
commit
0d43311782
|
@ -1,4 +1,4 @@
|
||||||
name: Build_firmware_development
|
name: Build_firmware_development_cache
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # Manually start a workflow
|
workflow_dispatch: # Manually start a workflow
|
||||||
|
@ -1360,7 +1360,7 @@ jobs:
|
||||||
[ ! -f ./mv_firmware/firmware/* ] || mv ./mv_firmware/firmware/* ./firmware/tasmota/languages/
|
[ ! -f ./mv_firmware/firmware/* ] || mv ./mv_firmware/firmware/* ./firmware/tasmota/languages/
|
||||||
- name: Display files to transfer
|
- name: Display files to transfer
|
||||||
run: ls -R ./*
|
run: ls -R ./*
|
||||||
- name: Push Firmware files to tmp repo
|
- name: Push Firmware files to tmp_copy repo
|
||||||
uses: Jason2866/copy_file_to_another_repo_action@main
|
uses: Jason2866/copy_file_to_another_repo_action@main
|
||||||
env:
|
env:
|
||||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
||||||
|
|
Loading…
Reference in New Issue