diff --git a/.gitea/workflows/sample.yaml b/.gitea/workflows/sample.yaml index f225649..da24a36 100644 --- a/.gitea/workflows/sample.yaml +++ b/.gitea/workflows/sample.yaml @@ -19,8 +19,12 @@ jobs: - name: Convert to pdf run: | npx puppeteer-cli print generated_resume.html resume.pdf + - name: List files in the repository + run: | + ls ${{ gitea.workspace }} - name: Create Release uses: akkuman/gitea-release-action@v1 with: - files: resume.pdf + files: |- + resume.pdf token: ${{ secrets.GITHUB_TOKEN }}