mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Remove redundant APP_NAME verification step in macOS build workflow
This commit is contained in:
@@ -114,9 +114,6 @@ jobs:
|
||||
echo "APP_NAME=\"$APP_NAME\"" >> $GITHUB_ENV
|
||||
echo "APP_NAME=$APP_NAME"
|
||||
|
||||
- name: Make sure APP_NAME works
|
||||
run: ls "engine/obj-x86_64-apple-darwin/dist/${{ env.APP_NAME }}"
|
||||
|
||||
- name: Bootstrap
|
||||
run: |
|
||||
cd engine
|
||||
|
Reference in New Issue
Block a user