From ab0b2e26fc6b242d6a20b1a7dc81906ab75ff1aa Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 18 May 2023 18:55:22 +0200 Subject: [PATCH] Fix path --- .github/workflows/Tasmota_build_devel.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index 6670753e8..c24ec568e 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -295,22 +295,22 @@ jobs: [ ! -f ./mv_firmware/firmware/* ] || mv ./mv_firmware/firmware/* ./firmware/tasmota/languages/ - name: Display files to transfer run: ls -R ./* - - name: Push Firmware files to tmp_copy repo + - name: Push tasmota32 files to tmp_copy repo uses: Jason2866/copy_file_to_another_repo_action@development env: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} with: - source_file: 'firmware/tasmota*' + source_file: 'firmware/tasmota32' destination_repo: 'arendst/tmp_copy' destination_branch_create: 'firmware' user_email: 'github-actions@github.com' user_name: 'github-actions' - - name: Push MAP files to tmp_copy repo + - name: Push tasmota files to tmp_copy repo uses: Jason2866/copy_file_to_another_repo_action@development env: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} with: - source_file: 'firmware/map*' + source_file: 'firmware/tasmota' destination_repo: 'arendst/tmp_copy' destination_branch:: 'firmware' user_email: 'github-actions@github.com'