Commit f2f9b2b 1 parent 40aa064 commit f2f9b2b Copy full SHA for f2f9b2b
File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -163,10 +163,11 @@ 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
170
171
171
172
- name : Upload artifacts to releases.drivechain.info
172
173
uses : cross-the-world/ssh-scp-ssh-pipelines@latest
@@ -176,4 +177,4 @@ jobs:
176
177
pass : ${{ secrets.RELEASES_SERVER_PW }}
177
178
port : 22
178
179
scp : |
179
- 'zside-latest -*.zip' => '/var/www/html/'
180
+ 'L2-S5 -*.zip' => '/var/www/html/'
You can’t perform that action at this time.
0 commit comments