@@ -53,26 +53,18 @@ jobs:
5353 mkdir ./bin/linux
5454 cp -R ./exclude/bin/linux/x86_64 ./bin/linux
5555
56- - name : Zip linux files
56+ - name : Zip linux x86_64 files
5757 run : zip -r ${{ github.event.repository.name }}_linux_x86_64_v${{ env.DATE }}.${{ env.COUNT }}.zip bin/ LICENSE resources/ restore.sh README.md saved/
5858
59- - name : Move linux binaries and other files
59+ - name : Move linux x86_64 binaries and other files
6060 run : |
6161 rm -r ./bin/linux/x86_64
6262 cp -R ./exclude/bin/linux/arm64 ./bin/linux
6363
6464 - name : Zip linux arm64 files
6565 run : zip -r ${{ github.event.repository.name }}_linux_arm64_v${{ env.DATE }}.${{ env.COUNT }}.zip bin/ LICENSE resources/ restore.sh README.md saved/
6666
67- - name : Move linux arm64 binaries and other files
68- run : |
69- rm -r ./bin/linux/arm64
70- cp -R ./exclude/bin/linux/armhf ./bin/linux
71-
72- - name : Zip linux armhf files
73- run : zip -r ${{ github.event.repository.name }}_linux_armhf_v${{ env.DATE }}.${{ env.COUNT }}.zip bin/ LICENSE resources/ restore.sh README.md saved/
74-
75- - name : Move linux armhf binaries and other files
67+ - name : Move linux binaries and other files
7668 run : rm -r ./bin/linux
7769
7870 - name : Copy exclude files back
9688 git-hash_${{ env.DATE_OLD }}-${{ env.SHA_SHORT }}.zip
9789 ${{ github.event.repository.name }}_complete_v${{ env.DATE }}.${{ env.COUNT }}.zip
9890 ${{ github.event.repository.name }}_macos_v${{ env.DATE }}.${{ env.COUNT }}.zip
99- ${{ github.event.repository.name }}_linux_armhf_v${{ env.DATE }}.${{ env.COUNT }}.zip
10091 ${{ github.event.repository.name }}_linux_arm64_v${{ env.DATE }}.${{ env.COUNT }}.zip
10192 ${{ github.event.repository.name }}_linux_x86_64_v${{ env.DATE }}.${{ env.COUNT }}.zip
0 commit comments