File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2323 id : upload-appimage
2424 uses : actions/upload-artifact@v4
2525 with :
26- name : appimage-pr-${{ github.event.number }}
26+ name : nextcloud- appimage-pr-${{ github.event.number }}
2727 path : ${{ steps.build-appimage.outputs.APPIMAGE_NAME }}
2828 overwrite : true
29+ compression-level : 0 # squashfs is already compressed
2930
3031 - name : Comment AppImage
3132 uses : actions/github-script@v7
3637 const comment_body = `
3738 ${comment_identifier_string}
3839
39- AppImage file : [${{ steps.build-appimage.outputs.APPIMAGE_NAME }}](${{ steps.upload-appimage.outputs.artifact-url }})
40+ Artifact containing the AppImage : [nextcloud-appimage-pr- ${{ github.event.number }}.zip ](${{ steps.upload-appimage.outputs.artifact-url }})
4041
41- To test this change/fix you can simply download above AppImage file and test it.
42+ SHA256 checksum: \`${{ steps.upload-appimage.outputs.artifact-digest }}\`
43+
44+ To test this change/fix you can download the above artifact file, unzip it, and run it.
4245
4346 Please make sure to quit your existing Nextcloud app and backup your data.
4447 `;
You can’t perform that action at this time.
0 commit comments