Skip to content

Commit 6b6b779

Browse files
committed
update ci workflow
1 parent 3a466a5 commit 6b6b779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-zip.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
make -e
2626
sha256sum Alpine.zip | tee Alpine.zip.sha256
27-
tree
27+
ls -la
2828
- name: Build Zip ARM64
2929
shell: bash
3030
env:
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
make -e
3535
sha256sum Alpine_arm64.zip | tee Alpine_arm64.zip.sha256
36-
tree
36+
ls -la
3737
- name: Upload a Build Artifact x64
3838
uses: actions/upload-artifact@main
3939
with:

0 commit comments

Comments
 (0)