Skip to content

Commit

Permalink
make release build
Browse files Browse the repository at this point in the history
  • Loading branch information
iTrooz committed Jul 27, 2022
1 parent 12dbd9a commit fdc7742
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ jobs:
run: cmake -B build

- name: Build
run: cmake --build build -j 3
run: cmake --build build --config Release -j 3

- name: Prepare files
run: |
mkdir upload
mkdir upload\x64
copy src/btrfs.inf upload
copy build\Debug\ubtrfs.dll upload\x64
copy build\Debug\shellbtrfs.dll upload\x64
copy build\Debug\mkbtrfs.exe upload\x64
copy build\Debug\btrfs.sys upload\x64
copy build\Release\ubtrfs.dll upload\x64
copy build\Release\shellbtrfs.dll upload\x64
copy build\Release\mkbtrfs.exe upload\x64
copy build\Release\btrfs.sys upload\x64
- name: Upload files
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit fdc7742

Please sign in to comment.