From 551ef33a0e63b49645afc47ff613599631633f99 Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 7 Jul 2025 09:27:31 -0700 Subject: [PATCH] test --- .gitea/workflows/base-build.yml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/.gitea/workflows/base-build.yml b/.gitea/workflows/base-build.yml index aa4adc1..8a567fc 100644 --- a/.gitea/workflows/base-build.yml +++ b/.gitea/workflows/base-build.yml @@ -57,22 +57,15 @@ jobs: echo "[INFO] Looking for tarballs in workspace..." find . -name '*.tar.bz2' -exec ls -lh {} \; - - name: Debug workspace contents - run: | - echo "Current directory:" - pwd - echo "Contents:" - ls -R - - name: Clone upload repo run: git clone "${{ env.REPO_URL }}" upload-repo - - name: Debug workspace contents - run: | - echo "Current directory:" - pwd - echo "Contents:" - ls -R + # - name: Debug workspace contents + # run: | + # echo "Current directory:" + # pwd + # echo "Contents:" + # ls -R - name: Copy sha256sums.txt to upload-repo run: cp sha256sums.txt upload-repo/