We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4dbfe5 + 9065883 commit 84a9c9cCopy full SHA for 84a9c9c
.github/workflows/host-test.yml
@@ -71,7 +71,7 @@ jobs:
71
echo "artifact_id=$artifact_id" >> $GITHUB_ENV
72
73
- name: Get download URL
74
- run: echo "artifact_url=https://github.com/${{ github.repository }}/suites/${{ github.run_id }}/artifacts/${{ env.artifact_id }}" >> $GITHUB_ENV
+ run: echo "artifact_url=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts/${{ env.artifact_id }}" >> $GITHUB_ENV
75
76
- name: Post Link
77
env:
0 commit comments