diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ae51a5e0b..5b32e77429 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,6 +34,12 @@ jobs: - run: grunt release --skip-update + - uses: actions/upload-artifact@v2 + with: + name: ghost-canary + path: .dist/release/* + retention-days: 7 + - uses: actions/upload-artifact@v2 with: name: ghost-latest