From fe6aa716c71d2c08338495a44bcb2ace12df7654 Mon Sep 17 00:00:00 2001 From: Sebastian Hartte Date: Mon, 14 Aug 2023 21:47:14 +0200 Subject: [PATCH] Optimized images --- .github/workflows/convert.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/convert.yml b/.github/workflows/convert.yml index a601d51..21a313b 100644 --- a/.github/workflows/convert.yml +++ b/.github/workflows/convert.yml @@ -20,10 +20,12 @@ jobs: run: npm ci - name: Convert Guides run: npm run convert + - name: Compress artifact + run: tar cfz out.tar.gz out - uses: actions/upload-artifact@v3 with: name: guides - path: out + path: out.tar.gz # This job publishes the release version of guides to S3 publish-web-release: @@ -35,8 +37,8 @@ jobs: - uses: actions/download-artifact@v3 with: name: guides - path: out - + - name: Extract artifact + run: tar xf out.tar.gz - name: Synchronize Versions run: | for version in minecraft-*; do