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 2dee0d7 commit b0c482f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/comment-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,15 @@ jobs:
env:
JOB_PATH: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ env.PREVIOUS_JOB_ID }}"
HEAD_SHA: ${{ env.HEAD_SHA }}
OWNER: ${{ github.repository_owner }}
REPO: ${{ github.event.repository.name }}
uses: peter-evans/create-or-update-comment@v2
with:
issue-number: ${{ env.PR_NUMBER }}
body: |-
Automatic builds from https://github.com/${{OWNER}}/${{REPO}}/actions/runs/${{ env.PREVIOUS_JOB_ID }}.
Automatic builds from https://github.com/${{github.repository_owner}}/${{github.event.repository.name}}/actions/runs/${{ env.PREVIOUS_JOB_ID }}.
Commit: ${{ env.HEAD_SHA }}
| Name | Platform | Link |
|-----------|----------|------|
| 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 }}) |
| win-app.exe | Windows | [Link](https://github.com/${{github.repository_owner}}/${{github.event.repository.name}}/actions/runs/${{ env.PREVIOUS_JOB_ID }}/artifacts/${{ env.WIN_ARTIFACT_ID }}) |
| macos-app.dmg | MacOS | [Link](https://github.com/${{github.repository_owner}}/${{github.event.repository.name}}/actions/runs/${{ env.PREVIOUS_JOB_ID }}/artifacts/${{ env.MACOS_ARTIFACT_ID }}) |
| linux-app.AppImage | Linux | [Link](https://github.com/${{github.repository_owner}}/${{github.event.repository.name}}/actions/runs/${{ env.PREVIOUS_JOB_ID }}/artifacts/${{ env.LINUX_ARTIFACT_ID }}) |

0 comments on commit b0c482f

Please sign in to comment.