diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d281a2..0793e8a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,4 +18,10 @@ jobs: uses: actions/checkout@v3 - name: Build docker images run: ./build.sh + - name: Archive production artifacts + uses: actions/upload-artifact@v3 + with: + name: dist + path: | + dist