Skip to content

Commit

Permalink
Update create-all-pkgs.yml
Browse files Browse the repository at this point in the history
rename linux artifact
  • Loading branch information
neodix42 authored Mar 5, 2024
1 parent a157a4e commit 21d808f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -34,4 +34,4 @@ jobs:
choco-create:
uses: ./.github/workflows/create-choco-packages.yml
secrets: inherit
needs: is-ready
needs: is-ready

0 comments on commit 21d808f

Please sign in to comment.