Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from Ash-L2L/testchain
Browse files Browse the repository at this point in the history
fix filenames for releases.drivechain.info
  • Loading branch information
Ash-L2L authored Mar 15, 2024
2 parents 6718bb7 + b0e928b commit 43d09be
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,12 @@ jobs:

- name: Zip artifacts
run: |
mv testchain-*-x86_64-apple-darwin11 L2-Testchain-latest-x86_64-apple-darwin
zip -r L2-Testchain-latest-x86_64-apple-darwin.zip L2-Testchain-latest-x86_64-apple-darwin
mv testchain-*-x86_64-w64-mingw32 L2-Testchain-latest-x86_64-w64-mingw32
zip -r L2-Testchain-latest-x86_64-w64-mingw32.zip L2-Testchain-latest-x86_64-w64-mingw32
mv testchain-*-x86_64-unknown-linux-gnu L2-Testchain-latest-x86_64-unknown-linux-gnu
zip -r L2-Testchain-latest-x86_64-unknown-linux-gnu.zip L2-Testchain-latest-x86_64-unknown-linux-gnu
mv testchain-*-x86_64-apple-darwin11 L2-S0-Testchain-latest-x86_64-apple-darwin
zip -r L2-S0-Testchain-latest-x86_64-apple-darwin.zip L2-S0-Testchain-latest-x86_64-apple-darwin
mv testchain-*-x86_64-w64-mingw32 L2-S0-Testchain-latest-x86_64-w64-mingw32
zip -r L2-S0-Testchain-latest-x86_64-w64-mingw32.zip L2-S0-Testchain-latest-x86_64-w64-mingw32
mv testchain-*-x86_64-unknown-linux-gnu L2-S0-Testchain-latest-x86_64-unknown-linux-gnu
zip -r L2-S0-Testchain-latest-x86_64-unknown-linux-gnu.zip L2-S0-Testchain-latest-x86_64-unknown-linux-gnu
- name: Upload artifacts to releases.drivechain.info
uses: cross-the-world/ssh-scp-ssh-pipelines@latest
Expand All @@ -186,4 +186,4 @@ jobs:
pass: ${{ secrets.RELEASES_SERVER_PW }}
port: 22
scp: |
'L2-Testchain-latest-*.zip' => '/var/www/html/'
'L2-S0-Testchain-latest-*.zip' => '/var/www/html/'

0 comments on commit 43d09be

Please sign in to comment.