From 05ebd7f2c6f03a937142c89e2be077b68b823259 Mon Sep 17 00:00:00 2001 From: Anatol Sevastsyan Date: Sun, 7 Jul 2024 13:38:26 +0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b3c7bef4..0c348b429 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -182,7 +182,9 @@ jobs: shell: bash if: matrix.os != 'windows-2019' run: | - mkdir artifacts + if [ ! -d "artifacts" ]; then + mkdir artifacts + fi tar -cvf artifacts/beam-node.tar -C beam beam-node beam-node-checksum.txt beam-node.cfg tar -cvf artifacts/beam-wallet.tar -C wallet/cli beam-wallet beam-wallet-checksum.txt beam-wallet.cfg tar -cvf artifacts/wallet-api.tar -C wallet/api wallet-api wallet-api-checksum.txt wallet-api.cfg