Skip to content

Commit

Permalink
fix quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
3ll3d00d committed Oct 30, 2024
1 parent e1a25db commit 26f0281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload ${{ github.ref_name }} ${{ steps.create_dist.outputs.binary_path }}
gh release upload ${{ github.ref_name }} "${{ steps.create_dist.outputs.binary_path }}"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beqdesigner"
version = "2.0.0a0"
version = "2.0.0a1"
description = "A Qt based app for designing BassEQ filters"
authors = ["3ll3d00d <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 26f0281

Please sign in to comment.