Skip to content

Commit b0b17da

Browse files
authored
Merge pull request #18 from torkelrogstad/2024-04-07-binaries-name
ci: rename binaries to match other chains
2 parents 3a5b40f + f2f9b2b commit b0b17da

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
@@ -164,10 +164,11 @@ jobs:
164164

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

0 commit comments

Comments
 (0)