Skip to content

Commit 035caf0

Browse files
Modify CI workflow for Release build and artifact upload
Updated build command to use Release configuration and added step to upload build files.
1 parent 13dd704 commit 035caf0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,9 @@ jobs:
2929
- name: Restore
3030
run: dotnet tool restore
3131
- name: Build
32-
run: dotnet build
32+
run: dotnet build -c Release
33+
- name: Upload Build Files
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: BattleMushroom-Build
37+
path: bin/

0 commit comments

Comments
 (0)