File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8181 run : |
8282 file=$(ls images/Dappnode-debian-*.iso)
8383 attended_filename="${file/images\/Dappnode-/Dappnode-${CORE_VERSION}-}"
84- mv "$file" "$attended_filename"
84+ cp "$file" "$attended_filename"
8585
8686 - name : Build Debian unattended
8787 run : |
9898 file=$(ls images/Dappnode-debian-*.iso)
9999 core_filename="${file/images\/Dappnode-/Dappnode-${CORE_VERSION}-}"
100100 unattended_filename="${core_filename/%.iso/-unattended.iso}"
101- mv "$file" "$unattended_filename"
101+ cp "$file" "$unattended_filename"
102102
103103 - name : Build Ubuntu attended
104104 run : |
@@ -114,7 +114,7 @@ jobs:
114114 run : |
115115 file=$(ls images/Dappnode-ubuntu-*.iso)
116116 attended_filename="${file/images\/Dappnode-/Dappnode-${CORE_VERSION}-}"
117- mv "$file" "$attended_filename"
117+ cp "$file" "$attended_filename"
118118
119119 - name : Build Ubuntu unattended
120120 run : |
@@ -131,7 +131,7 @@ jobs:
131131 file=$(ls images/Dappnode-ubuntu-*.iso)
132132 core_filename="${file/images\/Dappnode-/Dappnode-${CORE_VERSION}-}"
133133 unattended_filename="${core_filename/%.iso/-unattended.iso}"
134- mv "$file" "$unattended_filename"
134+ cp "$file" "$unattended_filename"
135135
136136 - name : Create dappnode_profile.sh
137137 run : |
You can’t perform that action at this time.
0 commit comments