Build to dist and rename directory for ci variant.

This commit is contained in:
Kavin 2023-01-03 01:41:59 +00:00 committed by GitHub
parent 1477eef811
commit ae675206f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
with: with:
cache: "yarn" cache: "yarn"
- run: yarn install --prefer-offline - run: yarn install --prefer-offline
- run: yarn build --out-dir dist-ci && ./localizefonts.sh - run: yarn build && ./localizefonts.sh && mv dist/ dist-ci/
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v2 uses: docker/setup-qemu-action@v2
with: with: