Skip to content

Commit

Permalink
Update build-release-android.yml
Browse files Browse the repository at this point in the history
fix release error
  • Loading branch information
XuNeal authored Jan 8, 2024
1 parent 9c112ac commit ad0ac2f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-release-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
./gradlew assemble
echo "tokencore_sha256=$(shasum -a 256 ${{github.workspace}}/publish/android/tokencore/build/outputs/aar/tokencore-release.aar | awk '{ print $1 }')" >> $GITHUB_OUTPUT
echo "tokencore-release.aar sha256: $(shasum -a 256 ${{github.workspace}}/publish/android/tokencore/build/outputs/aar/tokencore-release.aar | awk '{ print $1 }')"
cp ${{github.workspace}}/publish/android/tokencore/build/outputs/aar/tokencore-release.aar ${{github.workspace}}/tokenecore-${{ steps.getversion.outputs.version }}.aar
cp ${{github.workspace}}/publish/android/tokencore/build/outputs/aar/tokencore-release.aar ${{github.workspace}}/tokencore-${{ steps.getversion.outputs.version }}.aar
popd
- name: Release
Expand All @@ -123,8 +123,7 @@ jobs:
name: "Android Release ${{ steps.getversion.outputs.version }}"
tag_name: "v${{ steps.getversion.outputs.version }}"
generate_release_notes: true
files: |
tokenecore-${{ steps.getversion.outputs.version }}.aar
files: tokencore-${{ steps.getversion.outputs.version }}.aar

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

0 comments on commit ad0ac2f

Please sign in to comment.