diff --git a/.github/workflows/create-deb-ppa-packages.yml b/.github/workflows/create-deb-ppa-packages.yml index 46fe6d9..ab5fab2 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 efb0ade..8ad98ad 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