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 @@ -164,10 +164,11 @@ jobs:
164
164
165
165
- name : Zip artifacts
166
166
run : |
167
- mv binaries-Linux zside-latest-linux
168
- zip -r zside-latest-linux.zip zside-latest-linux
169
- mv binaries-macOS zside-latest-macos
170
- zip -r zside-latest-macOS.zip zside-latest-macos
167
+ mv binaries-Linux L2-S5-ZSide-latest-x86_64-unknown-linux-gnu
168
+ zip -r L2-S5-ZSide-latest-x86_64-unknown-linux-gnu.zip L2-S5-ZSide-latest-x86_64-unknown-linux-gnu
169
+
170
+ mv binaries-macOS L2-S5-ZSide-latest-x86_64-apple-darwin
171
+ zip -r L2-S5-ZSide-latest-x86_64-apple-darwin.zip L2-S5-ZSide-latest-x86_64-apple-darwin
171
172
172
173
- name : Upload artifacts to releases.drivechain.info
173
174
uses : cross-the-world/ssh-scp-ssh-pipelines@latest
@@ -177,4 +178,4 @@ jobs:
177
178
pass : ${{ secrets.RELEASES_SERVER_PW }}
178
179
port : 22
179
180
scp : |
180
- 'zside-latest -*.zip' => '/var/www/html/'
181
+ 'L2-S5 -*.zip' => '/var/www/html/'
You can’t perform that action at this time.
0 commit comments