Skip to content

Commit

Permalink
use upload-release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
nklhtv committed Jun 29, 2022
1 parent df49039 commit 5e4c940
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ jobs:
# - name: Lint code
# run: cargo clippy --all -- -D warnings
- name: Upload build artifacts
uses: softprops/action-gh-release@v1
uses: svenstaro/upload-release-action@v2
with:
files: ./build/releases/**/*.aar
env:
GITHUB_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 5e4c940

Please sign in to comment.