From c2e5280b9da2efc1643a7ad834bd9e8d0e48fd23 Mon Sep 17 00:00:00 2001 From: Mark Khazin Date: Tue, 24 May 2022 17:28:10 +0300 Subject: [PATCH] fix releases path --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index d46c61e..6b038c6 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -35,6 +35,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./target/release/analysis-homoglyph-7.17.3.zip + asset_path: ./target/releases/analysis-homoglyph-7.17.3.zip asset_name: analysis-homoglyph-7.17.3.zip asset_content_type: application/zip