File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111
12- linux :
13- runs-on : ubuntu-latest
14-
15- steps :
16- - uses : docker://debian:buster-slim
17- - uses : actions/checkout@v2
18-
19- - name : Execute script to build linux AppImage
20- run : " build/linux/buildAppImage.sh"
21- shell : bash
22-
23- - uses : actions/upload-artifact@v2
24- with :
25- name : Linux AppImage (x86_64)
26- path : dist/
12+ # linux:
13+ # runs-on: ubuntu-latest
14+ #
15+ # steps:
16+ # - uses: docker://debian:buster-slim
17+ # - uses: actions/checkout@v2
18+ #
19+ # - name: Execute script to build linux AppImage
20+ # run: "build/linux/buildAppImage.sh"
21+ # shell: bash
22+ #
23+ # - uses: actions/upload-artifact@v2
24+ # with:
25+ # name: Linux AppImage (x86_64)
26+ # path: dist/
2727
2828 windows :
2929 runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments