Change package name to clixon, was previously clixon7.

This commit is contained in:
Kristofer Hallin 2024-09-25 13:47:45 +00:00 committed by Olof Hagsand
parent ff3e68281c
commit fba587bdf6
3 changed files with 3 additions and 3 deletions

View file

@ -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