File tree Expand file tree Collapse file tree 1 file changed +2
-32
lines changed Expand file tree Collapse file tree 1 file changed +2
-32
lines changed Original file line number Diff line number Diff line change 38
38
sed -i -e '/arm64:/s|server/linux/|server/linux/snap/|' ./snap/snapcraft.yaml
39
39
sed -i -e "/arm64:/s|_aarch64|-${BUILD_NUMBER}-aarch64|" ./snap/snapcraft.yaml
40
40
41
- - name : Build snap
42
- uses : snapcore/action-build@v1
43
- id : build
44
-
45
- - name : Publish AMD64 snap
46
- uses : snapcore/action-publish@v1
47
- env :
48
- SNAPCRAFT_STORE_CREDENTIALS : ${{ secrets.SNAPCRAFT_TOKEN }}
49
- with :
50
- snap : onlyoffice-ds_${{ github.event.inputs.version }}_amd64.snap
51
- release : beta
41
+ df -h
42
+ free
52
43
53
- - name : Publish ARM64 snap
54
- uses : snapcore/action-publish@v1
55
- env :
56
- SNAPCRAFT_STORE_CREDENTIALS : ${{ secrets.SNAPCRAFT_TOKEN }}
57
- with :
58
- snap : onlyoffice-ds_${{ github.event.inputs.version }}_arm64.snap
59
- release : beta
60
-
61
- - name : Upload AMD64 Artifact
62
- uses : actions/upload-artifact@v4
63
- with :
64
- name : ONLYOFFICE_Docs-${{ github.event.inputs.version }}-${{ github.event.inputs.build }}-amd64
65
- path : onlyoffice-ds_${{ github.event.inputs.version }}_amd64.snap
66
- retention-days : 14
67
-
68
- - name : Upload ARM64 Artifact
69
- uses : actions/upload-artifact@v4
70
- with :
71
- name : ONLYOFFICE_Docs-${{ github.event.inputs.version }}-${{ github.event.inputs.build }}-arm64
72
- path : onlyoffice-ds_${{ github.event.inputs.version }}_arm64.snap
73
- retention-days : 14
74
44
You can’t perform that action at this time.
0 commit comments