Skip to content

Commit d2c4a93

Browse files
test a fix for x86 artifacts
1 parent 0c662b0 commit d2c4a93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Copy Bridge
7474
shell: pwsh
7575
run: |
76-
Copy-Item -Recurse -Path bridge\_output -Destination _output
76+
Copy-Item -Recurse -Path bridge\_output\* -Destination _output\ -Force
7777
7878
- name: Upload x86 binaries
7979
uses: actions/upload-artifact@v4
@@ -88,3 +88,4 @@ jobs:
8888
_output\.trex\*.dll
8989
_output\.trex\*.exe
9090
_output\.trex\*.pdb
91+
_output\.trex\usd\*

0 commit comments

Comments
 (0)