Skip to content

Commit

Permalink
fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
nklhtv committed Jun 29, 2022
1 parent b64edc8 commit 3c452bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 3c452bb

Please sign in to comment.