Skip to content

Commit c23e9f5

Browse files
committed
wip
1 parent 1b64727 commit c23e9f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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)