Update arm64.yml

This commit is contained in:
wukongdaily 2024-06-15 21:53:50 +08:00 committed by GitHub
parent 06fe0f3f18
commit 10ca1a164b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -26,14 +26,14 @@ jobs:
done done
- name: Compress the TAR files - name: Compress the TAR files
run: tar -czf images.tar.gz *-amd64.tar run: tar -czf arm64-images.tar.gz *-arm64.tar
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: docker-images-tar name: docker-images-tar
path: images.tar.gz path: arm64-images.tar.gz
- name: Clean up intermediate files - name: Clean up intermediate files
run: | run: |
rm *-amd64.tar rm *-arm64.tar