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 ef3ef7b commit bcad9e7Copy full SHA for bcad9e7
.github/workflows/release.yml
@@ -161,10 +161,10 @@ jobs:
161
tag_name: ${{ github.event.inputs.core }}
162
prerelease: true
163
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
+ ./images/Dappnode-${CORE_VERSION}-debian-*.iso
+ ./images/Dappnode-${CORE_VERSION}-debian-*-unattended.iso
+ ./images/Dappnode-${CORE_VERSION}-ubuntu-*-unattended.iso
+ ./images/scripts/dappnode_install*.sh
168
dappnode_profile.sh
169
body_path: CHANGELOG.md
170
env:
0 commit comments