Skip to content

Commit

Permalink
workflows. update files
Browse files Browse the repository at this point in the history
  • Loading branch information
edospadoni committed May 27, 2024
1 parent 9f1ee23 commit c5f8af0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/comment-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}) |
| 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 }}) |

0 comments on commit c5f8af0

Please sign in to comment.