Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justinshannon committed Jan 12, 2022
1 parent 590be85 commit e1dbabd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,15 +384,15 @@ jobs:
cmake --build . --config ${{ env.BUILD_TYPE }}
- name: Extract debug symbols
working-directory: ${{ env.CLIENT_DIR }}/build/mac_x64
working-directory: ${{ env.PLUGIN_DIR }}/build/mac_x64
run: |
dsymutil xPilot.xpl -o xPilot.dSYM
- name: Package plugin
run: |
mkdir -p ${{ github.workspace }}/xPilot/mac_x64
cp ${{ env.PLUGIN_DIR }}/build/mac_x64/xPilot.xpl ${{ github.workspace }}/xPilot/mac_x64
cp ${{ env.PLUGIN_DIR }}/build/mac_x64/xPilot.dSYM ${{ github.workspace }}/xPilot/mac_x64
cp -R ${{ env.PLUGIN_DIR }}/build/mac_x64/xPilot.dSYM ${{ github.workspace }}/xPilot/mac_x64
cp -R ${{ github.workspace }}/plugin/Resources ${{ github.workspace }}/xPilot/
### Build Client ###
Expand Down

0 comments on commit e1dbabd

Please sign in to comment.