Skip to content

Commit

Permalink
ci: rename binaries to match other chains
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelrogstad committed Apr 7, 2024
1 parent 40aa064 commit f2f9b2b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,11 @@ jobs:

- name: Zip artifacts
run: |
mv binaries-Linux zside-latest-linux
zip -r zside-latest-linux.zip zside-latest-linux
mv binaries-macOS zside-latest-macos
zip -r zside-latest-macOS.zip zside-latest-macos
mv binaries-Linux L2-S5-ZSide-latest-x86_64-unknown-linux-gnu
zip -r L2-S5-ZSide-latest-x86_64-unknown-linux-gnu.zip L2-S5-ZSide-latest-x86_64-unknown-linux-gnu
mv binaries-macOS L2-S5-ZSide-latest-x86_64-apple-darwin
zip -r L2-S5-ZSide-latest-x86_64-apple-darwin.zip L2-S5-ZSide-latest-x86_64-apple-darwin
- name: Upload artifacts to releases.drivechain.info
uses: cross-the-world/ssh-scp-ssh-pipelines@latest
Expand All @@ -176,4 +177,4 @@ jobs:
pass: ${{ secrets.RELEASES_SERVER_PW }}
port: 22
scp: |
'zside-latest-*.zip' => '/var/www/html/'
'L2-S5-*.zip' => '/var/www/html/'

0 comments on commit f2f9b2b

Please sign in to comment.