Prepare universal workflow

This commit is contained in:
Alexey Pustovalov 2024-02-09 17:30:45 +09:00
parent 3be3d5f3fb
commit fe8433aba3

View File

@ -122,7 +122,6 @@ jobs:
contents: read contents: read
env: env:
BASE_BUILD_ARTIFACT_FILE_SUFFIX: "_${{ matrix.os }}_${{ matrix.component }}" BASE_BUILD_ARTIFACT_FILE_SUFFIX: "_${{ matrix.os }}_${{ matrix.component }}"
CACHE_FILE_NAME: ${{ env.BASE_BUILD_NAME }}${{ env.BASE_BUILD_ARTIFACT_FILE_SUFFIX }}
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -249,7 +248,7 @@ jobs:
- name: Cache image digest - name: Cache image digest
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: ${{ env.CACHE_FILE_NAME }} path: ${{ env.BASE_BUILD_NAME }}${{ env.BASE_BUILD_ARTIFACT_FILE_SUFFIX }}
key: ${{ env.BASE_BUILD_NAME }}-${{ matrix.os }}-${{ github.run_id }} key: ${{ env.BASE_BUILD_NAME }}-${{ matrix.os }}-${{ github.run_id }}
build_components: build_components: