From 936267d42c911ee8d878f6717db758e6a8e3a744 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 18 May 2023 18:27:37 +0200 Subject: [PATCH] split upload of files --- .github/workflows/Tasmota_build_devel.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index 0c8efe572..6670753e8 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -300,11 +300,21 @@ jobs: env: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} with: - source_file: 'firmware' + source_file: 'firmware/tasmota*' 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 + uses: Jason2866/copy_file_to_another_repo_action@development + env: + API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} + with: + source_file: 'firmware/map*' + destination_repo: 'arendst/tmp_copy' + destination_branch:: 'firmware' + user_email: 'github-actions@github.com' + user_name: 'github-actions' Start_final_copy: needs: Upload runs-on: ubuntu-latest