Remove unnecessary 'ls' command from the build workflow in build.yml to streamline the process and improve clarity.
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -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'}}
|
||||
|
||||
Reference in New Issue
Block a user