Skip to content

Commit

Permalink
[unity]action加上backend目录打印
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Sep 9, 2024
1 parent 1d7b398 commit ce34739
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ runs:
npm i
cd native_src
ANDROID_NDK=~/android-ndk-r21b node ../cli make --platform android --backend ${{ inputs.backend }} --config ${{ inputs.config }} --websocket ${{ inputs.websocket }}
sudo apt-get -y install tree
tree .backends/${{ inputs.backend }}/
- name: Upload
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ce34739

Please sign in to comment.