From 3d09fa6ce8fbb9da5bd21d635359f380239c9e86 Mon Sep 17 00:00:00 2001 From: Jared Kling Date: Mon, 8 Dec 2025 17:30:18 -0600 Subject: [PATCH] debug --- .gitea/workflows/sample.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/sample.yaml b/.gitea/workflows/sample.yaml index c430575..4db21b6 100644 --- a/.gitea/workflows/sample.yaml +++ b/.gitea/workflows/sample.yaml @@ -13,7 +13,9 @@ jobs: run: | npm i npm run build - mv generated_resume.pdf resume.pdf + - name: List files in the repository + run: | + ls ${{ gitea.workspace }} - name: Create Release uses: akkuman/gitea-release-action@v1 with: