diff --git a/.github/workflows/docker_packaging_jobs.yml b/.github/workflows/docker_packaging_jobs.yml index 55b089ef0..a2878097b 100644 --- a/.github/workflows/docker_packaging_jobs.yml +++ b/.github/workflows/docker_packaging_jobs.yml @@ -43,14 +43,11 @@ jobs: shell: bash # If the name of the tar file or artifact changes, the deploy stage will # also need to be updated. - - name: Prepare Docker artifact - run: mv images.tar ${{ runner.temp }} - shell: bash - name: Store Docker artifact uses: actions/upload-artifact@v7.0.0 with: name: docker_${{ matrix.DOCKER_ARCH }} - path: "${{ runner.temp }}" + path: "${{ github.workspace }}/images.tar" docker_test: name: Test ${{ matrix.DOCKER_ARCH }} needs: diff --git a/.github/workflows/snap_packaging_jobs.yml b/.github/workflows/snap_packaging_jobs.yml index da83d97d9..b72f5a6cf 100644 --- a/.github/workflows/snap_packaging_jobs.yml +++ b/.github/workflows/snap_packaging_jobs.yml @@ -124,7 +124,7 @@ jobs: uses: actions/upload-artifact@v7.0.0 with: name: snaps_${{ env.SNAP_ARCH }} - path: "${{ runner.temp }}" + path: "${{ runner.temp }}/*.snap" snap_run: name: Test certbot ${{ matrix.arch-name }} needs: