changeset 77 | 2f3d1cd0bd64 |
parent 75 | 880a5e48084a |
child 78 | 38597d675b03 |
--- a/.github/workflows/build_bundles.yml Thu Jul 28 17:20:59 2022 +0200 +++ b/.github/workflows/build_bundles.yml Thu Jul 28 17:44:10 2022 +0200 @@ -13,6 +13,15 @@ runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 + with: + path: beremiz_public_dist + + - name: Download source artifact + uses: actions/download-artifact@v3 + with: + name: source_package + - name: Cache docker image id: cache-docker uses: actions/cache@v3