Commit 5502442 1 parent 40aa064 commit 5502442 Copy full SHA for 5502442
File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -163,10 +163,14 @@ jobs:
163
163
164
164
- name : Zip artifacts
165
165
run : |
166
- mv binaries-Linux zside-latest-linux
167
- zip -r zside-latest-linux.zip zside-latest-linux
168
- mv binaries-macOS zside-latest-macos
169
- zip -r zside-latest-macOS.zip zside-latest-macos
166
+ mv binaries-Linux L2-S5-ZSide-latest-x86_64-unknown-linux-gnu
167
+ zip -r L2-S5-ZSide-latest-x86_64-unknown-linux-gnu.zip L2-S5-ZSide-latest-x86_64-unknown-linux-gnu
168
+
169
+ mv binaries-macOS L2-S5-ZSide-latest-x86_64-apple-darwin
170
+ zip -r L2-S5-ZSide-latest-x86_64-apple-darwin.zip L2-S5-ZSide-latest-x86_64-apple-darwin
171
+
172
+ mv binaries-Windows L2-S5-ZSide-latest-x86_64-w64-mingw32
173
+ zip -r L2-S5-ZSide-latest-x86_64-w64-mingw32.zip L2-S5-ZSide-latest-x86_64-w64-mingw32
170
174
171
175
- name : Upload artifacts to releases.drivechain.info
172
176
uses : cross-the-world/ssh-scp-ssh-pipelines@latest
@@ -176,4 +180,4 @@ jobs:
176
180
pass : ${{ secrets.RELEASES_SERVER_PW }}
177
181
port : 22
178
182
scp : |
179
- 'zside-latest -*.zip' => '/var/www/html/'
183
+ 'L2-S5 -*.zip' => '/var/www/html/'
You can’t perform that action at this time.
0 commit comments