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 e9806d3 commit 30d5eaaCopy full SHA for 30d5eaa
1 file changed
.github/workflows/01-make-dist.yml
@@ -194,3 +194,14 @@ jobs:
194
nut-*.tar*
195
compression-level: 0
196
overwrite: true
197
+
198
+ # Abusing https://github.com/marketplace/actions/publish-test-report
199
+ # to post a GHA check result with an URL
200
+ - name: "GHA-01: Make dist and docs tarballs - download URL"
201
+ uses: turing85/publish-report@v2
202
+ if: ${{ always() }}
203
+ with:
204
+ comment-header: Dist and Docs for NUT build of ${{ env.GITHUB_HEAD_REF }}
205
+ comment-message-success: Dist and Docs [tarballs-${{ env.GITHUB_HEAD_REF }}](${{ steps.upload_artifact.outputs.artifact-url }}) are available
206
+ comment-message-failure: Dist and Docs tarballs were not archived for this build
207
+ report-fail-on-error: true
0 commit comments