Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
Fixed emulator build artifacts directory
  • Loading branch information
visrealm authored Sep 16, 2023
1 parent 7788d0c commit 5ebb308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: emulator-${{ matrix.os }}-build
path: ${{ env.OUTPUT_DIR }}/bin
path: ${{ steps.strings.outputs.build-output-dir }}/bin

0 comments on commit 5ebb308

Please sign in to comment.