Skip to content

Commit

Permalink
fix path bug in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpaulson committed Dec 6, 2021
1 parent 74f5076 commit 278106f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
uses: fnkr/github-action-ghr@v1.3
if: startsWith(github.ref, 'refs/tags/')
env:
GHR_PATH: ./github/workspace/forecastie.apk
GHR_PATH: forecastie.apk
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 278106f

Please sign in to comment.