From f53261dec97a96fcbfa5470a4ea59c42ebbaebc1 Mon Sep 17 00:00:00 2001 From: Enciso Date: Mon, 18 Dec 2023 13:46:53 -0600 Subject: [PATCH] fix pipileine deliver --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index d2e1188..b2dab39 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -59,8 +59,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}} with: upload_url: ${{steps.create_release.outputs.upload_url}} - assets_path: api - assets_name: api + asset_path: api + asset_name: api asset_content_type: application/octet-stream build: name: Build App