Skip to content

Commit f2f9b2b

Browse files
committed
ci: rename binaries to match other chains
1 parent 40aa064 commit f2f9b2b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,11 @@ jobs:
163163

164164
- name: Zip artifacts
165165
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
170171
171172
- name: Upload artifacts to releases.drivechain.info
172173
uses: cross-the-world/ssh-scp-ssh-pipelines@latest
@@ -176,4 +177,4 @@ jobs:
176177
pass: ${{ secrets.RELEASES_SERVER_PW }}
177178
port: 22
178179
scp: |
179-
'zside-latest-*.zip' => '/var/www/html/'
180+
'L2-S5-*.zip' => '/var/www/html/'

0 commit comments

Comments
 (0)