Skip to content

Commit 523b508

Browse files
committed
Add artifact URL
1 parent 5ef53f4 commit 523b508

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/create-browser-extension.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ jobs:
2424
with:
2525
name: browser-extension
2626
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

Comments
 (0)