From 7931aa73a6e873f283c667486dec756b796cfc54 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Mon, 14 Jul 2025 08:00:24 +0530 Subject: [PATCH] add ls --- .gitea/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index a5b7428..590827a 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -23,8 +23,7 @@ jobs: pip install pyinstaller inquirerpy distro - name: Build binary run: | - pwd - cd ${GITHUB_WORKSPACE} + pwd && ls pyinstaller --onefile --add-data "data/:data/" setup.py cp dist/setup arch-setup shell: bash