Skip to content

Commit 9787319

Browse files
committed
wip
1 parent 7e11912 commit 9787319

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/deploy-release-test-64.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
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 }}
@@ -75,8 +75,8 @@ jobs:
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

0 commit comments

Comments
 (0)