mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-24 15:18:54 +00:00
Remove emoji from extract step name in macOS build workflow
This commit is contained in:
@@ -105,7 +105,7 @@ jobs:
|
||||
with:
|
||||
name: zen-aarch64-apple-darwin-dist.tar.gz
|
||||
|
||||
- name: Extract 📦
|
||||
- name: Extract
|
||||
run: |
|
||||
brew install gnu-tar
|
||||
export PATH=/usr/local/opt/gnu-tar/libexec/gnubin:$PATH
|
||||
@@ -113,6 +113,7 @@ jobs:
|
||||
mv ./zen-x86_64-apple-darwin-dist.tar.gz ./engine/
|
||||
mv ./zen-aarch64-apple-darwin-dist.tar.gz ./engine/
|
||||
|
||||
cd engine
|
||||
tar -xf ./zen-x86_64-apple-darwin-dist.tar.gz
|
||||
tar -xf ./zen-aarch64-apple-darwin-dist.tar.gz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user