Skip to content

Commit 1bb7b2b

Browse files
authored
ci: add nightly.link link as annotation (#68)
1 parent 6aef9d1 commit 1bb7b2b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,3 +312,12 @@ jobs:
312312
run: |
313313
rm -rf RCM RCM.exe RCM-dir
314314
mv RCM-repo RCM
315+
316+
nightly-link:
317+
runs-on: ubuntu-latest
318+
if: ${{ always() }}
319+
steps:
320+
- name: Generate Annotation
321+
run: |
322+
url="https://nightly.link/${{ github.repository }}/actions/runs/${{ github.run_id }}"
323+
echo "::notice title=Download the artificats from nightly.link (without logging in) by visiting the URL below::$url"

0 commit comments

Comments
 (0)