Skip to content

Commit 2d9ac12

Browse files
set correct name to dappnode_profile
1 parent 775f396 commit 2d9ac12

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ on:
2727
description: "Version of the OpenVPN Package. Only numbers"
2828
required: true
2929

30-
3130
jobs:
3231
set-versions:
3332
name: Set versions and check regex
@@ -88,6 +87,8 @@ jobs:
8887
uses: actions/download-artifact@v4
8988
with:
9089
name: dappnode_profile
90+
- name: Rename dappnode_profile.sh to .dappnode_profile
91+
run: mv dappnode_profile.sh .dappnode_profile
9192
- name: Build Debian attended
9293
run: |
9394
export BASE_OS=debian
@@ -125,6 +126,8 @@ jobs:
125126
uses: actions/download-artifact@v4
126127
with:
127128
name: dappnode_profile
129+
- name: Rename dappnode_profile.sh to .dappnode_profile
130+
run: mv dappnode_profile.sh .dappnode_profile
128131
- name: Build Debian unattended
129132
run: |
130133
export BASE_OS=debian
@@ -163,6 +166,8 @@ jobs:
163166
uses: actions/download-artifact@v4
164167
with:
165168
name: dappnode_profile
169+
- name: Rename dappnode_profile.sh to .dappnode_profile
170+
run: mv dappnode_profile.sh .dappnode_profile
166171
- name: Build Ubuntu unattended
167172
run: |
168173
export BASE_OS=ubuntu
@@ -243,4 +248,4 @@ jobs:
243248
dappnode_profile.sh
244249
body_path: CHANGELOG.md
245250
env:
246-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
251+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)