some optimization

This commit is contained in:
Dedy Martadinata Supriyadi 2023-01-06 21:11:10 +07:00
parent 873c69112d
commit cfeeec48f9

View File

@ -240,44 +240,9 @@ jobs:
uses: actions/checkout@v3.3.0
- name: Download All Artifacts
uses: actions/download-artifact@v3
path: bin/
with:
path: bin
# - name: Download armhf lldap artifacts
# uses: actions/download-artifact@v3
# with:
# name: armhf-lldap-bin
# path: bin/armhf-bin
# - name: Download armhf migration-tool artifacts
# uses: actions/download-artifact@v3
# with:
# name: armhf-migration-tool-bin
# path: bin/armhf-bin
#
# - name: Download aarch64 lldap artifacts
# uses: actions/download-artifact@v3
# with:
# name: aarch64-lldap-bin
# path: bin/aarch64-bin
# - name: Download aarch64 migration-tool artifacts
# uses: actions/download-artifact@v3
# with:
# name: aarch64-migration-tool-bin
# path: bin/aarch64-bin
#
# - name: Download amd64 lldap artifacts
# uses: actions/download-artifact@v3
# with:
# name: amd64-lldap-bin
# path: bin/amd64-bin
# - name: Download amd64 migration-tool artifacts
# uses: actions/download-artifact@v3
# with:
# name: amd64-migration-tool-bin
# path: bin/amd64-bin
#
# - name: check bin path
# run: ls -al bin/
#
- name: Download llap ui artifacts
uses: actions/download-artifact@v3
with: