diff --git a/.github/workflows/import-base-images.yml b/.github/workflows/import-base-images.yml index 3736b22..c67ebea 100644 --- a/.github/workflows/import-base-images.yml +++ b/.github/workflows/import-base-images.yml @@ -55,6 +55,13 @@ jobs: repo_token: "${{ secrets.GITHUB_TOKEN }}" branch: "${{ github.ref }}" + - name: Archive images + uses: actions/upload-artifact@v2 + if: ${{ !env.ACT }} + with: + name: public-images + path: public/images + - name: Debug auto-commit ouput run: | echo "Output var 'changes_detected': ${{ steps.auto-commit.outputs.changes_detected }}"