Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wuuzw committed Jan 20, 2021
1 parent d782add commit 845c93c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Expand Up @@ -34,7 +34,8 @@ jobs:
ALIAS: ${{ secrets.ALIAS }}
KEY_PATH: key.jks
- name: Release
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/apk/release/*.apk"
token: ${{ secrets.TOKEN }}
uses: marvinpinto/action-automatic-releases@v1
with:
repo_token: "${{ secrets.TOKEN }}"
prerelease: false
files: build/app/outputs/apk/release/*.apk

0 comments on commit 845c93c

Please sign in to comment.