From fa2b933856c36e6a84b7ca58064561df52ba44e6 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Wed, 3 Dec 2025 23:51:47 +0300 Subject: [PATCH] update release.yml --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca44563b..442c2a2f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,5 +25,6 @@ jobs: path: ./artifacts - name: Show Artifacts run: | - ls ./artifacts + sudo apt install -y tree + tree ./artifacts