Change package name to clixon, was previously clixon7.
This commit is contained in:
parent
ff3e68281c
commit
fba587bdf6
3 changed files with 3 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -232,5 +232,5 @@ jobs:
|
||||||
- name: Upload artefact (clixon)
|
- name: Upload artefact (clixon)
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: clixon7_${{env.VERSION}}-${{env.RUN_NUMBER}}_amd64.deb
|
name: clixon_${{env.VERSION}}-${{env.RUN_NUMBER}}_amd64.deb
|
||||||
path: ${{ github.workspace }}/clixon7_${{env.VERSION}}-${{env.RUN_NUMBER}}_amd64.deb
|
path: ${{ github.workspace }}/clixon_${{env.VERSION}}-${{env.RUN_NUMBER}}_amd64.deb
|
||||||
|
|
|
||||||
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -10,7 +10,7 @@ Build-Depends:
|
||||||
libssl-dev
|
libssl-dev
|
||||||
Standards-Version: 4.5.0
|
Standards-Version: 4.5.0
|
||||||
|
|
||||||
Package: clixon7
|
Package: clixon
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Depends: ${misc:Depends},
|
Depends: ${misc:Depends},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue