From e4d6b8cf6408b8aafbfc7bb26c0548ae029661bd Mon Sep 17 00:00:00 2001 From: neodiX Date: Thu, 14 Mar 2024 10:55:24 +0100 Subject: [PATCH] put back old name of linux artifact, till the next release --- .github/workflows/create-all-pkgs.yml | 2 +- .github/workflows/create-deb-ppa-packages.yml | 2 +- .github/workflows/create-rpm-packages.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-all-pkgs.yml b/.github/workflows/create-all-pkgs.yml index 1d76066..b05cbae 100644 --- a/.github/workflows/create-all-pkgs.yml +++ b/.github/workflows/create-all-pkgs.yml @@ -11,7 +11,7 @@ jobs: - name: Check for mandatory artifacts run: | wget -nv https://github.com/ton-blockchain/ton/releases/latest/download/ton-linux-arm64.zip - wget -nv https://github.com/ton-blockchain/ton/releases/latest/download/ton-linux-x86-64.zip + wget -nv https://github.com/ton-blockchain/ton/releases/latest/download/ton-linux-x86_64.zip wget -nv https://github.com/ton-blockchain/ton/releases/latest/download/ton-win-x86-64.zip wget -nv https://github.com/ton-blockchain/ton/releases/latest/download/ton-mac-x86-64.zip wget -nv https://github.com/ton-blockchain/ton/releases/latest/download/ton-mac-arm64.zip diff --git a/.github/workflows/create-deb-ppa-packages.yml b/.github/workflows/create-deb-ppa-packages.yml index ab5fab2..46fe6d9 100644 --- a/.github/workflows/create-deb-ppa-packages.yml +++ b/.github/workflows/create-deb-ppa-packages.yml @@ -37,7 +37,7 @@ jobs: DEB_DIR=$PWD - curl -Ls https://github.com/ton-blockchain/ton/releases/latest/download/ton-linux-x86-64.zip -o ton-linux-amd64.zip + curl -Ls https://github.com/ton-blockchain/ton/releases/latest/download/ton-linux-x86_64.zip -o ton-linux-amd64.zip unzip -qq ton-linux-amd64.zip -d ton-linux-amd64 mkdir -p ton-linux-deb-amd64/{bin,lib/fift,share/ton} diff --git a/.github/workflows/create-rpm-packages.yml b/.github/workflows/create-rpm-packages.yml index 8ad98ad..efb0ade 100644 --- a/.github/workflows/create-rpm-packages.yml +++ b/.github/workflows/create-rpm-packages.yml @@ -21,7 +21,7 @@ jobs: mkdir ../work; cd ../work curl -Ls https://github.com/ton-blockchain/ton/releases/latest/download/ton-linux-arm64.zip -o ton-linux-arm64.zip - curl -Ls https://github.com/ton-blockchain/ton/releases/latest/download/ton-linux-x86-64.zip -o ton-linux-x86_64.zip + curl -Ls https://github.com/ton-blockchain/ton/releases/latest/download/ton-linux-x86_64.zip -o ton-linux-x86_64.zip unzip -qq ton-linux-arm64.zip -d ton-linux-arm64 unzip -qq ton-linux-x86_64.zip -d ton-linux-x86_64