Skip to content

Commit

Permalink
rename linux artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
neodiX committed Mar 5, 2024
1 parent 21d808f commit 1b4bcce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-deb-ppa-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-rpm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b4bcce

Please sign in to comment.