Skip to content

Commit fdc7742

Browse files
committed
make release build
1 parent 12dbd9a commit fdc7742

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ jobs:
2121
run: cmake -B build
2222

2323
- name: Build
24-
run: cmake --build build -j 3
24+
run: cmake --build build --config Release -j 3
2525

2626
- name: Prepare files
2727
run: |
2828
mkdir upload
2929
mkdir upload\x64
3030
3131
copy src/btrfs.inf upload
32-
copy build\Debug\ubtrfs.dll upload\x64
33-
copy build\Debug\shellbtrfs.dll upload\x64
34-
copy build\Debug\mkbtrfs.exe upload\x64
35-
copy build\Debug\btrfs.sys upload\x64
32+
copy build\Release\ubtrfs.dll upload\x64
33+
copy build\Release\shellbtrfs.dll upload\x64
34+
copy build\Release\mkbtrfs.exe upload\x64
35+
copy build\Release\btrfs.sys upload\x64
3636
3737
- name: Upload files
3838
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)