update ci workflow

This commit is contained in:
yuk7
2025-03-15 11:23:16 +09:00
parent 3a466a548c
commit 6b6b7794fd

View File

@@ -24,7 +24,7 @@ jobs:
run: | run: |
make -e make -e
sha256sum Alpine.zip | tee Alpine.zip.sha256 sha256sum Alpine.zip | tee Alpine.zip.sha256
tree ls -la
- name: Build Zip ARM64 - name: Build Zip ARM64
shell: bash shell: bash
env: env:
@@ -33,7 +33,7 @@ jobs:
run: | run: |
make -e make -e
sha256sum Alpine_arm64.zip | tee Alpine_arm64.zip.sha256 sha256sum Alpine_arm64.zip | tee Alpine_arm64.zip.sha256
tree ls -la
- name: Upload a Build Artifact x64 - name: Upload a Build Artifact x64
uses: actions/upload-artifact@main uses: actions/upload-artifact@main
with: with: