CICD: Add Workflow to Pin the Generated Artifacts.
Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
6fc8310705
commit
4ae6c0bbc4
21
.github/workflows/artifact-links.yml
vendored
Normal file
21
.github/workflows/artifact-links.yml
vendored
Normal 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
|
||||||
1
.github/workflows/mac.yml
vendored
1
.github/workflows/mac.yml
vendored
@ -1,4 +1,5 @@
|
|||||||
name: Mac
|
name: Mac
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user