Skip to content

Commit

Permalink
Fix ndkpath writing
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBrumbler committed Jan 23, 2024
1 parent 16a5ad9 commit 9d960e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ndk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Create ndkpath.txt
run: |
echo ${{ steps.setup-ndk.outputs.path }} > ${GITHUB_WORKSPACE}/ndkpath.txt
echo ${{ steps.setup-ndk.outputs.ndk-path }} > ${GITHUB_WORKSPACE}/ndkpath.txt
cat ${GITHUB_WORKSPACE}/ndkpath.txt
- name: Setup qpm for regular build
Expand Down

0 comments on commit 9d960e1

Please sign in to comment.