We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aef9d1 commit 1bb7b2bCopy full SHA for 1bb7b2b
.github/workflows/main.yml
@@ -312,3 +312,12 @@ jobs:
312
run: |
313
rm -rf RCM RCM.exe RCM-dir
314
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