Skip to content

Commit 3567d67

Browse files
committed
test artifacts' readiness prior to release
1 parent e92b729 commit 3567d67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/create-all-pkgs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
steps:
1111
- name: Check for mandatory artifacts
1212
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
1818
1919
rpm-create:
2020
uses: ./.github/workflows/create-rpm-packages.yml

0 commit comments

Comments
 (0)