Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Fix build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emesare authored Apr 9, 2024
1 parent 6d761eb commit 8203f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
cmake -S . -B build
cmake --build build
mv build/${{env.CONFIGURE_PRESET}}/${{matrix.platform.binary}} build/${{matrix.api-version.abi}}-${{matrix.platform.binary}}
mv build/${{matrix.platform.binary}} build/${{matrix.api-version.abi}}-${{matrix.platform.binary}}
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8203f45

Please sign in to comment.