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.
1 parent 5ef53f4 commit 523b508Copy full SHA for 523b508
.github/workflows/create-browser-extension.yml
@@ -24,3 +24,7 @@ jobs:
24
with:
25
name: browser-extension
26
path: artifacts/browser-extension.zip
27
+
28
+ - name: Display artifact link
29
+ run: |
30
+ echo "Artifact URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}#artifact"
0 commit comments