Skip to content

Commit

Permalink
Amend output path once again
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongmario committed Feb 11, 2024
1 parent 994141b commit e89acc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: native
path: src/main/cpp/libs/arm64-v8a
path: ${{ env.PATH_TO_CODE_FOLDER }}/libs/${{ env.matrix.arch[0] }}

0 comments on commit e89acc1

Please sign in to comment.