File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
steps :
11
11
- name : Check for mandatory artifacts
12
12
run : |
13
- wget https://github.com/ton-blockchain/ton/releases/latest/download/ton-linux-arm64.zip
14
- wget https://github.com/ton-blockchain/ton/releases/latest/download/ton-linux-x86_64.zip
15
- wget https://github.com/ton-blockchain/ton/releases/latest/download/ton-win-x86-64.zip
16
- wget https://github.com/ton-blockchain/ton/releases/latest/download/ton-mac-x86-64.zip
17
- wget https://github.com/ton-blockchain/ton/releases/latest/download/ton-mac-arm64.zi
13
+ wget -nv https://github.com/ton-blockchain/ton/releases/latest/download/ton-linux-arm64.zip
14
+ wget -nv https://github.com/ton-blockchain/ton/releases/latest/download/ton-linux-x86_64.zip
15
+ wget -nv https://github.com/ton-blockchain/ton/releases/latest/download/ton-win-x86-64.zip
16
+ wget -nv https://github.com/ton-blockchain/ton/releases/latest/download/ton-mac-x86-64.zip
17
+ wget -nv https://github.com/ton-blockchain/ton/releases/latest/download/ton-mac-arm64.zi
18
18
19
19
rpm-create :
20
20
uses : ./.github/workflows/create-rpm-packages.yml
You can’t perform that action at this time.
0 commit comments