Skip to content

Commit 8a807ff

Browse files
committed
revert windows path
1 parent 0bb63c2 commit 8a807ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
strategy:
7272
fail-fast: false
7373
matrix:
74-
# target:
75-
# - "x86_64-pc-windows-msvc"
74+
target:
75+
- "x86_64-pc-windows-msvc"
7676
profile:
7777
- "debug"
7878
- "release"
@@ -130,8 +130,8 @@ jobs:
130130
131131
- name: "Rename built files"
132132
run: |
133-
cp C:/t/${{ matrix.profile }}/nobodywho_${{ matrix.integration }}.dll ./nobodywho-${{ matrix.integration }}-${{ matrix.target }}-${{ matrix.profile }}.dll
134-
cp C:/t/${{ matrix.profile }}/nobodywho_${{ matrix.integration }}.pdb ./nobodywho-${{ matrix.integration }}-${{ matrix.target }}-${{ matrix.profile }}.pdb
133+
cp C:/t/${{ matrix.target }}/${{ matrix.profile }}/nobodywho_${{ matrix.integration }}.dll ./nobodywho-${{ matrix.integration }}-${{ matrix.target }}-${{ matrix.profile }}.dll
134+
cp C:/t/${{ matrix.target }}/${{ matrix.profile }}/nobodywho_${{ matrix.integration }}.pdb ./nobodywho-${{ matrix.integration }}-${{ matrix.target }}-${{ matrix.profile }}.pdb
135135
136136
- name: "Upload build artifacts"
137137
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)