mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
add appimages to release (for testing) 3
This commit is contained in:
parent
bb4468feea
commit
60029508c6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ wget -nc https://github.com/AppImage/appimagetool/releases/download/continuous/a
|
|||
chmod +x ./appimagetool-x86_64.AppImage
|
||||
|
||||
cd appimages
|
||||
for file in ../artifacts2/*; do
|
||||
for file in ../artifacts/*; do
|
||||
if [[ -f "$file" && "$file" != *.so ]]; then
|
||||
appName=$(basename "$file")
|
||||
echo $appName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue