Skip to content

Commit 5eb7368

Browse files
committed
Test gh action runner
1 parent de4c3db commit 5eb7368

File tree

1 file changed

+2
-32
lines changed

1 file changed

+2
-32
lines changed

.github/workflows/4testing-build.yml

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -38,37 +38,7 @@ jobs:
3838
sed -i -e '/arm64:/s|server/linux/|server/linux/snap/|' ./snap/snapcraft.yaml
3939
sed -i -e "/arm64:/s|_aarch64|-${BUILD_NUMBER}-aarch64|" ./snap/snapcraft.yaml
4040
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
5243
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
7444

0 commit comments

Comments
 (0)