Skip to content

Commit bcad9e7

Browse files
author
Pablo Mendez
committed
add images subpath
1 parent ef3ef7b commit bcad9e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ jobs:
161161
tag_name: ${{ github.event.inputs.core }}
162162
prerelease: true
163163
files: |
164-
./Dappnode-${CORE_VERSION}-debian-*.iso
165-
./Dappnode-${CORE_VERSION}-debian-*-unattended.iso
166-
./Dappnode-${CORE_VERSION}-ubuntu-*-unattended.iso
167-
./scripts/dappnode_install*.sh
164+
./images/Dappnode-${CORE_VERSION}-debian-*.iso
165+
./images/Dappnode-${CORE_VERSION}-debian-*-unattended.iso
166+
./images/Dappnode-${CORE_VERSION}-ubuntu-*-unattended.iso
167+
./images/scripts/dappnode_install*.sh
168168
dappnode_profile.sh
169169
body_path: CHANGELOG.md
170170
env:

0 commit comments

Comments
 (0)