1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-11 13:13:59 +03:00

State that web resourses are built only on amd64

This commit is contained in:
Jai-JAP 2023-12-23 15:21:54 +05:30
parent 7fbe3405fe
commit f0a83c68dc

View File

@ -211,7 +211,7 @@ jobs:
USE_HARD_LINKS: false
# DEBUG: electron-builder,electron-builder:*
- name: Build web resources
- name: Build web resources (amd64 only)
run: zsh -c 'tar czf tabby-web.tar.gz (tabby-*|web)/dist'
if: matrix.build-arch == 'x64'