From 74b8cc7f029437b566a7052f07255245ed97d07e Mon Sep 17 00:00:00 2001 From: Rohith Surya Podugu Date: Mon, 10 Jun 2024 16:26:40 -0700 Subject: [PATCH] build artifact --- .github/workflows/poetry-install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/poetry-install.yaml b/.github/workflows/poetry-install.yaml index 7547e39..eb51786 100644 --- a/.github/workflows/poetry-install.yaml +++ b/.github/workflows/poetry-install.yaml @@ -15,4 +15,4 @@ jobs: python3 -m venv $POETRY_HOME $POETRY_HOME/bin/pip install poetry==1.2.0 - name: Build Artifact - run: poetry build \ No newline at end of file + run: $POETRY_HOME/bin/poetry build \ No newline at end of file