Skip to content

Commit

Permalink
chore(gh-action): fix dynamic artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
selankon committed Feb 21, 2024
1 parent 3806b70 commit 20f6330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifact_url_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20f6330

Please sign in to comment.