diff --git a/.github/workflows/complete-artifact-matrix-all-stable.yml b/.github/workflows/complete-artifact-matrix-all-stable.yml index 2b53a5ae..7c112f6a 100644 --- a/.github/workflows/complete-artifact-matrix-all-stable.yml +++ b/.github/workflows/complete-artifact-matrix-all-stable.yml @@ -42,8 +42,8 @@ on: options: # branches - main - - libfuse - - update-maintainers + - fix/helios64-typec-extcon-bridge + - rkfix - update-kernel-configs - v25.11 - sunxi @@ -197,6 +197,9 @@ env: # Added to every build, even the prepare job. EXTRA_PARAMS_ALL_BUILDS: "${{ inputs.extraParamsAllBuilds || 'UPLOAD_TO_OCI_ONLY=yes' }}" + # Storage deployment path + TARGET_PATH: "stable/" + # Version management VERSION_OVERRIDE: "${{ github.event.inputs.versionOverride }}" VERSION_BUMP: "${{ github.event.inputs.bumpversion || 'false' }}" @@ -7999,7 +8002,7 @@ jobs: --remove-source-files \ --delete \ output/ \ - "${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/${TARGET}" + "${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/{{ env.TARGET_PATH }}${TARGET}" echo "Clean up empty directories in output/" find output/. -type d -empty -delete diff --git a/.github/workflows/complete-artifact-matrix-all.yml b/.github/workflows/complete-artifact-matrix-all.yml index 1fb85aa4..09cd762b 100644 --- a/.github/workflows/complete-artifact-matrix-all.yml +++ b/.github/workflows/complete-artifact-matrix-all.yml @@ -42,8 +42,8 @@ on: options: # branches - main - - libfuse - - update-maintainers + - fix/helios64-typec-extcon-bridge + - rkfix - update-kernel-configs - v25.11 - sunxi @@ -197,6 +197,9 @@ env: # Added to every build, even the prepare job. EXTRA_PARAMS_ALL_BUILDS: "${{ inputs.extraParamsAllBuilds || 'UPLOAD_TO_OCI_ONLY=yes' }}" + # Storage deployment path + TARGET_PATH: "cron/" + # Version management VERSION_OVERRIDE: "${{ github.event.inputs.versionOverride }}" VERSION_BUMP: "${{ github.event.inputs.bumpversion || 'true' }}" @@ -7999,7 +8002,7 @@ jobs: --remove-source-files \ --delete \ output/ \ - "${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/${TARGET}" + "${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/{{ env.TARGET_PATH }}${TARGET}" echo "Clean up empty directories in output/" find output/. -type d -empty -delete diff --git a/.github/workflows/complete-artifact-matrix-apps.yml b/.github/workflows/complete-artifact-matrix-apps.yml index 918b3d42..e6947f20 100644 --- a/.github/workflows/complete-artifact-matrix-apps.yml +++ b/.github/workflows/complete-artifact-matrix-apps.yml @@ -41,8 +41,8 @@ on: options: # branches - main - - libfuse - - update-maintainers + - fix/helios64-typec-extcon-bridge + - rkfix - update-kernel-configs - v25.11 - sunxi @@ -517,6 +517,9 @@ env: # Added to every build, even the prepare job. EXTRA_PARAMS_ALL_BUILDS: "${{ inputs.extraParamsAllBuilds || 'UPLOAD_TO_OCI_ONLY=yes' }}" + # Storage deployment path + TARGET_PATH: "apps/" + # Version management VERSION_OVERRIDE: "${{ github.event.inputs.versionOverride }}" VERSION_BUMP: "${{ github.event.inputs.bumpversion || 'false' }}" @@ -8319,7 +8322,7 @@ jobs: --remove-source-files \ --delete \ output/ \ - "${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/${TARGET}" + "${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/{{ env.TARGET_PATH }}${TARGET}" echo "Clean up empty directories in output/" find output/. -type d -empty -delete diff --git a/.github/workflows/complete-artifact-matrix-community-maintained.yml b/.github/workflows/complete-artifact-matrix-community-maintained.yml index f78820cc..52b10580 100644 --- a/.github/workflows/complete-artifact-matrix-community-maintained.yml +++ b/.github/workflows/complete-artifact-matrix-community-maintained.yml @@ -43,8 +43,8 @@ on: options: # branches - main - - libfuse - - update-maintainers + - fix/helios64-typec-extcon-bridge + - rkfix - update-kernel-configs - v25.11 - sunxi @@ -519,6 +519,9 @@ env: # Added to every build, even the prepare job. EXTRA_PARAMS_ALL_BUILDS: "${{ inputs.extraParamsAllBuilds || 'UPLOAD_TO_OCI_ONLY=yes' }}" + # Storage deployment path + TARGET_PATH: "community/" + # Version management VERSION_OVERRIDE: "${{ github.event.inputs.versionOverride }}" VERSION_BUMP: "${{ github.event.inputs.bumpversion || 'true' }}" @@ -8321,7 +8324,7 @@ jobs: --remove-source-files \ --delete \ output/ \ - "${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/${TARGET}" + "${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/{{ env.TARGET_PATH }}${TARGET}" echo "Clean up empty directories in output/" find output/. -type d -empty -delete diff --git a/.github/workflows/complete-artifact-matrix-nightly.yml b/.github/workflows/complete-artifact-matrix-nightly.yml index 3afec11a..a5c1d8f7 100644 --- a/.github/workflows/complete-artifact-matrix-nightly.yml +++ b/.github/workflows/complete-artifact-matrix-nightly.yml @@ -47,8 +47,8 @@ on: options: # branches - main - - libfuse - - update-maintainers + - fix/helios64-typec-extcon-bridge + - rkfix - update-kernel-configs - v25.11 - sunxi @@ -523,6 +523,9 @@ env: # Added to every build, even the prepare job. EXTRA_PARAMS_ALL_BUILDS: "${{ inputs.extraParamsAllBuilds || 'UPLOAD_TO_OCI_ONLY=yes' }}" + # Storage deployment path + TARGET_PATH: "nightly/" + # Version management VERSION_OVERRIDE: "${{ github.event.inputs.versionOverride }}" VERSION_BUMP: "${{ github.event.inputs.bumpversion || 'true' }}" @@ -8325,7 +8328,7 @@ jobs: --remove-source-files \ --delete \ output/ \ - "${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/${TARGET}" + "${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/{{ env.TARGET_PATH }}${TARGET}" echo "Clean up empty directories in output/" find output/. -type d -empty -delete diff --git a/.github/workflows/complete-artifact-matrix-standard-support.yml b/.github/workflows/complete-artifact-matrix-standard-support.yml index a9bc0b99..c24eb5b5 100644 --- a/.github/workflows/complete-artifact-matrix-standard-support.yml +++ b/.github/workflows/complete-artifact-matrix-standard-support.yml @@ -41,8 +41,8 @@ on: options: # branches - main - - libfuse - - update-maintainers + - fix/helios64-typec-extcon-bridge + - rkfix - update-kernel-configs - v25.11 - sunxi @@ -517,6 +517,9 @@ env: # Added to every build, even the prepare job. EXTRA_PARAMS_ALL_BUILDS: "${{ inputs.extraParamsAllBuilds || 'UPLOAD_TO_OCI_ONLY=yes' }}" + # Storage deployment path + TARGET_PATH: "stable/" + # Version management VERSION_OVERRIDE: "${{ github.event.inputs.versionOverride }}" VERSION_BUMP: "${{ github.event.inputs.bumpversion || 'false' }}" @@ -8319,7 +8322,7 @@ jobs: --remove-source-files \ --delete \ output/ \ - "${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/${TARGET}" + "${{ secrets.HOST_UPLOAD_USER }}@${{ secrets.HOST_UPLOAD }}:storage/{{ env.TARGET_PATH }}${TARGET}" echo "Clean up empty directories in output/" find output/. -type d -empty -delete