File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 5858 environment : test
5959 steps :
6060 - uses : actions/checkout@v3 # Checking out the repo
61- - run : wget https://github.com/balena-io/balena-cli/releases/download/v18.0.0 /balena-cli-v18.0.0 -linux-x64-standalone.zip -O balena-cli-v14.4.1 -linux-x64-standalone.zip
62- - run : unzip balena-cli-v14.4.1 -linux-x64-standalone.zip
61+ - run : wget https://github.com/balena-io/balena-cli/releases/download/v21.1.9 /balena-cli-v21.1.9 -linux-x64-standalone.zip -O balena-cli-v21.1.9 -linux-x64-standalone.zip
62+ - run : unzip balena-cli-v21.1.9 -linux-x64-standalone.zip
6363 - run : export PATH=$PATH:$(pwd)/balena-cli
6464 - run : ./balena-cli/balena --version
6565 - run : ./balena-cli/balena login --token ${{ secrets.BALENA_TOKEN }}
7575 - run : ./balena-cli/balena preload $IMAGE_NAME --fleet $BALENA_FLEET -c $RELEASE_COMMIT
7676 - run : mkdir -p dist
7777 - run : mv $IMAGE_NAME ./dist/.
78- - name : Archive dist
79- uses : actions/upload-artifact@v3
80- with :
81- name : image-preloaded
82- path : dist
78+ # - name: Archive dist
79+ # uses: actions/upload-artifact@v3
80+ # with:
81+ # name: image-preloaded
82+ # path: dist
You can’t perform that action at this time.
0 commit comments