From 26f02811aa3f7b56b3d9aeaa48925bcb24ae2305 Mon Sep 17 00:00:00 2001 From: 3ll3d00d Date: Wed, 30 Oct 2024 21:39:30 +0000 Subject: [PATCH] fix quoting --- .github/workflows/create-app.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-app.yaml b/.github/workflows/create-app.yaml index 613689a..cbcd91d 100644 --- a/.github/workflows/create-app.yaml +++ b/.github/workflows/create-app.yaml @@ -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 }}" diff --git a/pyproject.toml b/pyproject.toml index d4ebb0a..702d8b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"