File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,16 @@ jobs:
1818 - name : Checkout repository
1919 uses : actions/checkout@v4
2020
21- - name : Debian package action test
22- uses : schacht-certat/action-build-on-debian@v4
23- with :
24- codename : ${{ matrix.codename }}
21+ # this does not currently work:
22+ # - name: Debian package action test
23+ # uses: schacht-certat/action-build-on-debian@v4
24+ # with:
25+ # codename: ${{ matrix.codename }}
2526
26- - name : Upload artifacts
27- uses : actions/upload-artifact@v4
28- with :
29- name : debian-package-${{ matrix.codename }}-${{ github.sha }}
30- path : ' ~/artifacts'
31- retention-days : 5
27+ # therefore, also this won't make sense:
28+ # - name: Upload artifacts
29+ # uses: actions/upload-artifact@v4
30+ # with:
31+ # name: debian-package-${{ matrix.codename }}-${{ github.sha }}
32+ # path: '~/artifacts'
33+ # retention-days: 5
You can’t perform that action at this time.
0 commit comments