Remove redundant APP_NAME verification step in macOS build workflow

This commit is contained in:
mr. M
2025-01-24 19:08:04 +01:00
parent 22a042d35d
commit ac600ad91b

View File

@@ -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