Skip to content

Commit

Permalink
fix: name of cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Sep 19, 2023
1 parent 13bea80 commit b06774f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,16 @@ jobs:
shell: bash
env:
TARGET: ${{ matrix.job.target }}
PROJECT_NAME: scyllax-cli
PACKAGE_NAME: scyllax-cli
PROJECT_NAME: scyllax
PACKAGE_NAME: scyllax
OS_NAME: ${{ matrix.job.os }}
run: ./.github/before_deploy.sh

- name: Releasing assets
uses: softprops/action-gh-release@v1
with:
files: |
scyllax-cli-*-${{ matrix.job.target }}.*
scyllax-cli*.deb
scyllax-*-${{ matrix.job.target }}.*
scyllax*.deb
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b06774f

Please sign in to comment.