From c5f8af0dc7b4253a68731a2519f2a4dbca802575 Mon Sep 17 00:00:00 2001 From: Edoardo Spadoni Date: Mon, 27 May 2024 17:08:17 +0200 Subject: [PATCH] workflows. update files --- .github/workflows/comment-pr.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/comment-pr.yml b/.github/workflows/comment-pr.yml index 5b85af5..9e8a7bf 100644 --- a/.github/workflows/comment-pr.yml +++ b/.github/workflows/comment-pr.yml @@ -46,11 +46,11 @@ jobs: with: issue-number: ${{ env.PR_NUMBER }} body: |- - Automatic builds from https://github.com/${{ env.OWNER }}/${{ env.REPO }}/actions/runs/${{ env.PREVIOUS_JOB_ID }}. + Automatic builds from https://github.com/${{ OWNER }}/${{ REPO }}/actions/runs/${{ env.PREVIOUS_JOB_ID }}. Commit: ${{ env.HEAD_SHA }} | Name | Platform | Link | |-----------|----------|------| - | win-app.exe | Windows | [Link](https://github.com/${{ env.OWNER }}/${{ env.REPO }}/actions/runs/${{ env.PREVIOUS_JOB_ID }}/artifacts/${{ env.WIN_ARTIFACT_ID }}) | - | macos-app.dmg | MacOS | [Link](https://github.com/${{ env.OWNER }}/${{ env.REPO }}/actions/runs/${{ env.PREVIOUS_JOB_ID }}/artifacts/${{ env.MACOS_ARTIFACT_ID }}) | - | linux-app.AppImage | Linux | [Link](https://github.com/${{ env.OWNER }}/${{ env.REPO }}/actions/runs/${{ env.PREVIOUS_JOB_ID }}/artifacts/${{ env.LINUX_ARTIFACT_ID }}) | \ No newline at end of file + | win-app.exe | Windows | [Link](https://github.com/${{ OWNER }}/${{ REPO }}/actions/runs/${{ env.PREVIOUS_JOB_ID }}/artifacts/${{ env.WIN_ARTIFACT_ID }}) | + | macos-app.dmg | MacOS | [Link](https://github.com/${{ OWNER }}/${{ REPO }}/actions/runs/${{ env.PREVIOUS_JOB_ID }}/artifacts/${{ env.MACOS_ARTIFACT_ID }}) | + | linux-app.AppImage | Linux | [Link](https://github.com/${{ OWNER }}/${{ REPO }}/actions/runs/${{ env.PREVIOUS_JOB_ID }}/artifacts/${{ env.LINUX_ARTIFACT_ID }}) | \ No newline at end of file