File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 2727 description : " Version of the OpenVPN Package. Only numbers"
2828 required : true
2929
30-
3130jobs :
3231 set-versions :
3332 name : Set versions and check regex
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 }}
You can’t perform that action at this time.
0 commit comments