Skip to content

Commit d66aa34

Browse files
authored
ci: Use new artifact-url output from upload-artifact build step (#461)
1 parent 3fd41df commit d66aa34

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
with:
2828
result-encoding: string
2929
script: return `notero-${require('./gen/version')}`
30-
- name: Upload xpi artifact
30+
- id: upload-artifact
31+
name: Upload xpi artifact
3132
uses: actions/upload-artifact@v4
3233
with:
3334
name: ${{ steps.artifact-name.outputs.result }}
@@ -41,4 +42,4 @@ jobs:
4142
4243
**✅ Successful build**
4344
44-
⬇️ Download: [${{ steps.artifact-name.outputs.result }}](https://nightly.link/${{ github.repository }}/actions/runs/${{ github.run_id }}/${{ steps.artifact-name.outputs.result }}.zip)
45+
⬇️ Download: [${{ steps.artifact-name.outputs.result }}](${{ steps.upload-artifact.outputs.artifact-url }})

0 commit comments

Comments
 (0)