.github/workflows/build_bundles.yml
changeset 99 0623d6d4616b
parent 97 4dd65c75e651
child 122 ef1c44f741e3
equal deleted inserted replaced
98:54c0e2662dd3 99:0623d6d4616b
    12   build:
    12   build:
    13     needs: sources
    13     needs: sources
    14     runs-on: ubuntu-latest
    14     runs-on: ubuntu-latest
    15 
    15 
    16     steps:
    16     steps:
    17     - uses: actions/checkout@v3
       
    18       with:
       
    19           path: beremiz_public_dist
       
    20 
    17 
    21     - name: Download source artifact
    18     - name: Download source artifact
    22       uses: actions/download-artifact@v3
    19       uses: actions/download-artifact@v3
    23       with:
    20       with:
    24         name: source_package
    21         name: source_package
    25 
    22 
    26     - name: untar files
    23     - name: untar files
    27       run: tar -xvf build.tar
    24       run: tar -xvf sources.tar
    28 
    25 
    29     - name: Cache docker image
    26     - name: Cache docker image
    30       id: cache-docker
    27       id: cache-docker
    31       uses: actions/cache@v3
    28       uses: actions/cache@v3
    32       env:
    29       env: