Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ on:
description: "Version of the OpenVPN Package. Only numbers"
required: true


jobs:
set-versions:
name: Set versions and check regex
Expand Down Expand Up @@ -88,6 +87,8 @@ jobs:
uses: actions/download-artifact@v4
with:
name: dappnode_profile
- name: Rename dappnode_profile.sh to .dappnode_profile
run: mv dappnode_profile.sh .dappnode_profile
- name: Build Debian attended
run: |
export BASE_OS=debian
Expand Down Expand Up @@ -125,6 +126,8 @@ jobs:
uses: actions/download-artifact@v4
with:
name: dappnode_profile
- name: Rename dappnode_profile.sh to .dappnode_profile
run: mv dappnode_profile.sh .dappnode_profile
- name: Build Debian unattended
run: |
export BASE_OS=debian
Expand Down Expand Up @@ -163,6 +166,8 @@ jobs:
uses: actions/download-artifact@v4
with:
name: dappnode_profile
- name: Rename dappnode_profile.sh to .dappnode_profile
run: mv dappnode_profile.sh .dappnode_profile
- name: Build Ubuntu unattended
run: |
export BASE_OS=ubuntu
Expand Down Expand Up @@ -243,4 +248,4 @@ jobs:
dappnode_profile.sh
body_path: CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading