Skip to content

Commit

Permalink
fix aar path
Browse files Browse the repository at this point in the history
  • Loading branch information
nklhtv committed Jun 29, 2022
1 parent d31a12a commit 1a83ccf
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,11 @@ jobs:
# TODO: fix clippy
# - name: Lint code
# run: cargo clippy --all -- -D warnings
- name: Tree
run: tree > tree
- name: Print tree
run: cat tree
- name: Upload tree
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: tree
asset_name: tree
tag: ${{ github.ref }}
overwrite: true
- name: Upload build artifacts
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/outputs/aar/core-kotlin-release.aar
asset_name: core-kotlin.aar
file: build/outputs/aar/stremio-core-kotlin-release.aar
asset_name: stremio-core-kotlin.aar
tag: ${{ github.ref }}
overwrite: true

0 comments on commit 1a83ccf

Please sign in to comment.