Skip to content

Commit

Permalink
change file path
Browse files Browse the repository at this point in the history
  • Loading branch information
nklhtv committed Jun 29, 2022
1 parent 8b3497f commit 74b6f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Upload build artifacts
uses: svenstaro/upload-release-action@v2
with:
file: build/outputs/aar/core-kotlin-release.aar
file: ./build/outputs/aar/core-kotlin-release.aar
asset_name: core-kotlin.aar
tag: ${{ github.ref }}
overwrite: true
Expand Down

0 comments on commit 74b6f7b

Please sign in to comment.