Skip to content

Commit

Permalink
Again. Try to fix artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
mush42 committed Feb 12, 2022
1 parent 0a2bd9b commit 73abc8b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,10 @@ jobs:
- uses: actions/upload-artifact@master
with:
name: release.apk
path: |
${{ steps.sign_app.output.signedReleaseFile0 }}
${{ steps.sign_app.output.signedReleaseFile1 }}
path: ./release_apks/*-signed.apk
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
files: |
${{ steps.sign_app.output.signedReleaseFile0 }}
${{ steps.sign_app.output.signedReleaseFile1 }}
files: ./release_apks/*-signed.apk

0 comments on commit 73abc8b

Please sign in to comment.