File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 23
23
id : upload-appimage
24
24
uses : actions/upload-artifact@v4
25
25
with :
26
- name : appimage-pr-${{ github.event.number }}
26
+ name : nextcloud- appimage-pr-${{ github.event.number }}
27
27
path : ${{ steps.build-appimage.outputs.APPIMAGE_NAME }}
28
28
overwrite : true
29
+ compression-level : 0 # squashfs is already compressed
29
30
30
31
- name : Comment AppImage
31
32
uses : actions/github-script@v7
36
37
const comment_body = `
37
38
${comment_identifier_string}
38
39
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 }})
40
41
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.
42
45
43
46
Please make sure to quit your existing Nextcloud app and backup your data.
44
47
`;
You can’t perform that action at this time.
0 commit comments