Skip to content

Commit

Permalink
put back old name of linux artifact, till the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
neodiX committed Mar 14, 2024
1 parent 999f9c9 commit e4d6b8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-all-pkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 e4d6b8c

Please sign in to comment.