We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b64727 commit c23e9f5Copy full SHA for c23e9f5
.github/workflows/deploy-release-test-64.yml
@@ -75,8 +75,8 @@ jobs:
75
- run: ./balena-cli/balena preload $IMAGE_NAME --fleet $BALENA_FLEET -c $RELEASE_COMMIT
76
- run: mkdir -p dist
77
- run: mv $IMAGE_NAME ./dist/.
78
- # - name: Archive dist
79
- # uses: actions/upload-artifact@v3
80
- # with:
81
- # name: image-preloaded
82
- # path: dist
+ - name: Archive dist
+ uses: actions/upload-artifact@v3
+ with:
+ name: image-preloaded
+ path: dist
0 commit comments