From 172c79d5d2761fb956485fcd94f27715087652bb Mon Sep 17 00:00:00 2001 From: LuloDev <134250506+LuloDev@users.noreply.github.com> Date: Sat, 3 Aug 2024 21:53:03 -0500 Subject: [PATCH] chore: Update asset_path in release.yml for consistency --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0406cc6..a6062d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,6 +45,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: .dist/spoiler-shield-ai.zip + asset_path: ./spoiler-shield-ai.zip asset_name: spoiler-shield-ai-${{ steps.build.outputs.tag_name }}.zip asset_content_type: application/zip