Skip to content

Commit

Permalink
update AppImage build comment text
Browse files Browse the repository at this point in the history
Signed-off-by: Jyrki Gadinger <[email protected]>
  • Loading branch information
nilsding committed Jan 23, 2025
1 parent 63c5b3c commit 7c16a81
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/linux-appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
id: upload-appimage
uses: actions/upload-artifact@v4
with:
name: appimage-pr-${{ github.event.number }}
name: nextcloud-appimage-pr-${{ github.event.number }}
path: ${{ steps.build-appimage.outputs.APPIMAGE_NAME }}
overwrite: true
compression-level: 0 # squashfs is already compressed

- name: Comment AppImage
uses: actions/github-script@v7
Expand All @@ -36,9 +37,11 @@ jobs:
const comment_body = `
${comment_identifier_string}
AppImage file: [${{ steps.build-appimage.outputs.APPIMAGE_NAME }}](${{ steps.upload-appimage.outputs.artifact-url }})
Artifact containing the AppImage: [nextcloud-appimage-pr-${{ github.event.number }}.zip](${{ steps.upload-appimage.outputs.artifact-url }})
To test this change/fix you can simply download above AppImage file and test it.
SHA256 checksum: \`${{ steps.upload-appimage.outputs.artifact-digest }}\`
To test this change/fix you can download the above artifact file, unzip it, and run it.
Please make sure to quit your existing Nextcloud app and backup your data.
`;
Expand Down

0 comments on commit 7c16a81

Please sign in to comment.