Skip to content

Commit

Permalink
[unity]发布工作流linux构建调错脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Jun 25, 2024
1 parent c9f1158 commit 1978d46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unity_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
rm -rf unity/Assets/core/upm/Plugins
- name: BuildWindowsQuickjs
- name: BuildLinuxQuickjs
uses: ./.github/workflows/composites/unity-build-plugins/linux/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -317,8 +317,8 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
rm -rf unity/Assets/core/upm/Plugins
- name: BuildWindowsMultBackend
uses: ./.github/workflows/composites/unity-build-plugins/windows/
- name: BuildLinuxMultBackend
uses: ./.github/workflows/composites/unity-build-plugins/linux/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
backend: mult
Expand Down

0 comments on commit 1978d46

Please sign in to comment.