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)
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: clixon7_${{env.VERSION}}-${{env.RUN_NUMBER}}_amd64.deb
|
||||
path: ${{ github.workspace }}/clixon7_${{env.VERSION}}-${{env.RUN_NUMBER}}_amd64.deb
|
||||
name: clixon_${{env.VERSION}}-${{env.RUN_NUMBER}}_amd64.deb
|
||||
path: ${{ github.workspace }}/clixon_${{env.VERSION}}-${{env.RUN_NUMBER}}_amd64.deb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue