Remove unnecessary 'ls' command from the build workflow in build.yml to streamline the process and improve clarity.

This commit is contained in:
1024小神
2025-10-08 11:40:28 +08:00
parent 08fdbad861
commit e3686d6785

View File

@@ -138,7 +138,6 @@ jobs:
run: |
curl -L -o dist.zip ${{ secrets.VITE_DIST_URL }}
unzip -o dist.zip -d dist
ls
- name: import Apple Developer Certificate
if: ${{ matrix.enabled && matrix.platform == 'macos-latest'}}