CICD: Add Workflow to Pin the Generated Artifacts.

Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
=Michael Keller 2024-05-12 21:57:41 +12:00 committed by Michael Keller
parent 6fc8310705
commit 4ae6c0bbc4
2 changed files with 22 additions and 0 deletions

21
.github/workflows/artifact-links.yml vendored Normal file
View file

@ -0,0 +1,21 @@
name: Add artifact links to pull request
on:
workflow_run:
workflows: ["Ubuntu 16.04 / Qt 5.15-- for AppImage", "Mac", "Windows", "Android", "iOS"]
types: [completed]
jobs:
artifacts-url-comments:
name: Add artifact links to PR and issues
runs-on: ubuntu-22.04
steps:
- name: Add artifact links to PR and issues
uses: tonyhallett/artifacts-url-comments@v1.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
prefix: "**Artifacts:**"
suffix: "_**WARNING:** Use at your own risk._"
format: name
addTo: pull

View file

@ -1,4 +1,5 @@
name: Mac
on:
push:
paths-ignore: