Skip to content

Commit

Permalink
fix: adjust asset name
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Jan 6, 2024
1 parent 85689a6 commit 3aa13f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/digipy-${{ matrix.os }}.tar.gz
asset_name: ${{ matrix.os }}-binary
asset_name: digipy-${{ matrix.os }}.tar.gz
tag: ${{ github.ref }}

0 comments on commit 3aa13f4

Please sign in to comment.