Skip to content

Commit

Permalink
Fix log path.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Aug 13, 2024
1 parent fd98235 commit bc60225
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 @@ -126,7 +126,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Native Build Logs - Windows
path: native~/build-*/build.log
path: d:/cesium/CesiumForUnityBuildProject/Packages/com.cesium.unity/native~/build-*/build.log
- name: Publish package artifact
if: ${{ success() }}
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Native Build Logs - macOS
path: native~/build-*/build.log
path: ~/cesium/CesiumForUnityBuildProject/Packages/com.cesium.unity/native~/build-*/build.log
- name: Publish package artifact
if: ${{ success() }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit bc60225

Please sign in to comment.