Skip to content

Commit

Permalink
Change package name to clixon, was previously clixon7.
Browse files Browse the repository at this point in the history
  • Loading branch information
krihal authored and olofhagsand committed Sep 25, 2024
1 parent ff3e682 commit fba587b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Build-Depends:
libssl-dev
Standards-Version: 4.5.0

Package: clixon7
Package: clixon
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
Expand Down

0 comments on commit fba587b

Please sign in to comment.