mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 08:57:21 +00:00
State that web resourses are built only on amd64
This commit is contained in:
parent
7fbe3405fe
commit
f0a83c68dc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue