diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index ade0554..ca02008 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -33,6 +33,7 @@ jobs: exit 1 fi echo "File verified" + pwd - name: Create Release if: success() @@ -44,4 +45,5 @@ jobs: tag_name: ${{ steps.timestamp.outputs.date }} name: ${{ steps.timestamp.outputs.date }} token: ${{ secrets.OWLBOT_KEY }} - files: "release-data.jsonl" + files: |- + pis-objects.jsonl