From 3c452bb9110847104526273db05a1d426bf46f4a Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Wed, 29 Jun 2022 14:51:33 +0300 Subject: [PATCH] fix file path --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3811ed..4be4268 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,8 +44,8 @@ jobs: - name: Upload build artifacts uses: svenstaro/upload-release-action@v2 with: - file: ./build/outputs/aar/core-kotlin-release.aar + repo_token: ${{ secrets.GITHUB_TOKEN }} + file: build/outputs/aar/core-kotlin-release.aar asset_name: core-kotlin.aar tag: ${{ github.ref }} overwrite: true - repo_token: ${{ secrets.GITHUB_TOKEN }}