Skip to content

Commit 84a9c9c

Browse files
authored
Merge pull request #343 from BSd3v/patch-7
Update host-test.yml
2 parents c4dbfe5 + 9065883 commit 84a9c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/host-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
echo "artifact_id=$artifact_id" >> $GITHUB_ENV
7272
7373
- name: Get download URL
74-
run: echo "artifact_url=https://github.com/${{ github.repository }}/suites/${{ github.run_id }}/artifacts/${{ env.artifact_id }}" >> $GITHUB_ENV
74+
run: echo "artifact_url=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts/${{ env.artifact_id }}" >> $GITHUB_ENV
7575

7676
- name: Post Link
7777
env:

0 commit comments

Comments
 (0)