File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 21
21
# - debian-bullseye
22
22
- ubuntu-noble
23
23
- ubuntu-jammy
24
- - ubuntu-focal
24
+ # - ubuntu-focal
25
25
steps :
26
26
- uses : actions/checkout@v4
27
27
72
72
# with:
73
73
# args: --no-sign
74
74
75
- - uses : legoktm/gh-action-build-deb@9114a536498b65c40b932209b9833aa942bf108d # pin@ ubuntu-noble
75
+ - uses : legoktm/gh-action-build-deb@ubuntu-noble
76
76
if : matrix.distro == 'ubuntu-noble'
77
77
name : Build package for ubuntu-noble
78
78
id : build-ubuntu-noble
@@ -88,13 +88,13 @@ jobs:
88
88
args : --no-sign
89
89
ppa : ${{ steps.ppa.outputs.ppa }}
90
90
91
- - uses : legoktm/gh-action-build-deb@ubuntu-focal
92
- if : matrix.distro == 'ubuntu-focal'
93
- name : Build package for ubuntu-focal
94
- id : build-ubuntu-focal
95
- with :
96
- args : --no-sign
97
- ppa : ${{ steps.ppa.outputs.ppa }}
91
+ # - uses: legoktm/gh-action-build-deb@ubuntu-focal
92
+ # if: matrix.distro == 'ubuntu-focal'
93
+ # name: Build package for ubuntu-focal
94
+ # id: build-ubuntu-focal
95
+ # with:
96
+ # args: --no-sign
97
+ # ppa: ${{ steps.ppa.outputs.ppa }}
98
98
99
99
- uses : actions/upload-artifact@v4
100
100
with :
You can’t perform that action at this time.
0 commit comments