Skip to content

Commit 717346f

Browse files
remove artifacts
1 parent c87370e commit 717346f

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -169,21 +169,6 @@ jobs:
169169
run: |
170170
echo "# Versions | Package | Version | |---------------------------------|-----------------------| | bind.dnp.dappnode.eth | ${BIND_VERSION} | | ipfs.dnp.dappnode.eth | ${IPFS_VERSION} | | vpn.dnp.dappnode.eth | ${VPN_VERSION} | | dappmanager.dnp.dappnode.eth | ${DAPPMANAGER_VERSION}| | wifi.dnp.dappnode.eth | ${WIFI_VERSION} | | https.dnp.dappnode.eth | ${HTTPS_VERSION} | | wireguard.dnp.dappnode.eth | ${WIREGUARD_VERSION} | # Changes Changes implemented in release ${CORE_VERSION} # Debian Attended Install and customize Dappnode using the Debian attended ISO: **Dappnode-${CORE_VERSION}-debian-bookworm-amd64.iso** ## ISO SHA-256 Checksum \`\`\` ${{ steps.shasum-debian-attended.outputs.SHASUM_DEBIAN_ATTENDED }} \`\`\` # Debian Unattended Install Debian unattended ISO: **Dappnode-${CORE_VERSION}-debian-bookworm-amd64-unattended.iso** Reboot right after installation. :warning: **Warning**: This will install Dappnode automatically, wiping all partitions. ## ISO SHA-256 Checksum \`\`\` ${{ steps.shasum-debian-unattended.outputs.SHASUM_DEBIAN_UNATTENDED }} \`\`\` # Ubuntu Attended Install using the Ubuntu attended ISO: **Dappnode-${CORE_VERSION}-ubuntu-bookworm-amd64.iso** ## ISO SHA-256 Checksum \`\`\` ${{ steps.shasum-ubuntu-attended.outputs.SHASUM_UBUNTU_ATTENDED }} \`\`\` # Ubuntu Unattended Install using the Ubuntu unattended ISO: **Dappnode-${CORE_VERSION}-ubuntu-bookworm-amd64-unattended.iso** ## ISO SHA-256 Checksum \`\`\` ${{ steps.shasum-ubuntu-unattended.outputs.SHASUM_UBUNTU_UNATTENDED }} \`\`\` # Dappnode for Raspberry Pi 4 (64-bit) [Installation guide →](https://github.com/dappnode/DAppNode/wiki/DAppNodeARM-Installation-Guide) **Default login:** - __user__: dappnode - __password__: dappnodepi" > CHANGELOG.md
171171
cat CHANGELOG.md
172-
- name: Artifact
173-
uses: actions/upload-artifact@v3
174-
with:
175-
name: test-artifact
176-
path: |
177-
./Dappnode-debian-*.iso
178-
./Dappnode-ubuntu-*.iso
179-
./scripts/dappnode_install.sh
180-
./scripts/dappnode_install_pre.sh
181-
./scripts/dappnode_uninstall.sh
182-
./scripts/dappnode_access_credentials.sh
183-
dappnode_profile.sh
184-
185-
env:
186-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
187172
- name: Check git diff
188173
id: git_diff
189174
run: |
@@ -204,7 +189,6 @@ jobs:
204189
body_path: CHANGELOG.md
205190
env:
206191
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
207-
208192
- name: Create Pull Request
209193
if: steps.git_diff.outputs.HAS_CHANGED == 'true'
210194
uses: peter-evans/create-pull-request@v5

0 commit comments

Comments
 (0)