Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Nov 19, 2023
1 parent 6e3101d commit ee3607a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd_android_gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
key: ${{ runner.os }}-android-${{ hashFiles('**/Cargo.toml') }}

- run: mkdir dist
- run: cp target/x/release/osmeta.apk dist/osmeta.apk
- run: cp target/x/release/android/osmeta.apk dist/osmeta.apk

- uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit ee3607a

Please sign in to comment.