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.
artifact-url
upload-artifact
1 parent 3fd41df commit d66aa34Copy full SHA for d66aa34
.github/workflows/build.yml
@@ -27,7 +27,8 @@ jobs:
27
with:
28
result-encoding: string
29
script: return `notero-${require('./gen/version')}`
30
- - name: Upload xpi artifact
+ - id: upload-artifact
31
+ name: Upload xpi artifact
32
uses: actions/upload-artifact@v4
33
34
name: ${{ steps.artifact-name.outputs.result }}
@@ -41,4 +42,4 @@ jobs:
41
42
43
**✅ Successful build**
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