Skip to content

Commit

Permalink
Change package name to cligen, was previously cligen7. (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
krihal authored Sep 26, 2024
1 parent 1bfe7a2 commit 2b25294
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 @@ -122,5 +122,5 @@ jobs:
- name: Upload artefact (cligen)
uses: actions/upload-artifact@v4
with:
name: libcligen7_${{env.VERSION}}-${{env.RUN_NUMBER}}_amd64.deb
path: ${{ github.workspace }}/libcligen7_${{env.VERSION}}-${{env.RUN_NUMBER}}_amd64.deb
name: libcligen_${{env.VERSION}}-${{env.RUN_NUMBER}}_amd64.deb
path: ${{ github.workspace }}/libcligen_${{env.VERSION}}-${{env.RUN_NUMBER}}_amd64.deb
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Depends: ${misc:Depends},
libcligen7
Description: Cligen development package

Package: libcligen7
Package: libcligen
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
Expand Down
File renamed without changes.

0 comments on commit 2b25294

Please sign in to comment.