Skip to content

Commit

Permalink
Update build-release-android.yml
Browse files Browse the repository at this point in the history
use absolute path with release files
  • Loading branch information
XuNeal authored Jan 8, 2024
1 parent ad0ac2f commit ed0faca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
name: "Android Release ${{ steps.getversion.outputs.version }}"
tag_name: "v${{ steps.getversion.outputs.version }}"
generate_release_notes: true
files: tokencore-${{ steps.getversion.outputs.version }}.aar
files: ${{github.workspace}}/publish/android/tokencore/build/outputs/aar/tokencore-release.aar

- name: Send custom JSON data to Slack workflow
id: slack
Expand Down

0 comments on commit ed0faca

Please sign in to comment.