diff --git a/.github/workflows/artifact_url_comment.yml b/.github/workflows/artifact_url_comment.yml index a6b10af8..bfe332a1 100644 --- a/.github/workflows/artifact_url_comment.yml +++ b/.github/workflows/artifact_url_comment.yml @@ -20,7 +20,7 @@ jobs: path: limeAppBuild/ - name: Get PR number - run: echo "PR_NUM=$(ls limeAppBuild/pr_number)" >> $GITHUB_ENV + run: echo "PR_NUM=$(ls limeAppBuild/*/pr_number)" >> $GITHUB_ENV - name: Find a PR comment uses: peter-evans/find-comment@v2