Skip to content

Commit 3a40777

Browse files
authored
Update build.yml
1 parent 6aad60f commit 3a40777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
- name: Restore and Build
3232
run: |
3333
dotnet restore CustomAlbums.sln
34-
dotnet build "/p:MelonNET6=./dependencies;WORKER=GitHub" CustomAlbums.sln
34+
dotnet build -c Release "/p:MelonNET6=./dependencies;WORKER=GitHub" CustomAlbums.sln
3535
3636
- name: Upload Artifact
3737
uses: actions/upload-artifact@v4
3838
with:
3939
name: CustomAlbums.dll
40-
path: ./Output/Debug/CustomAlbums.dll
40+
path: ./bin/Release/CustomAlbums.dll

0 commit comments

Comments
 (0)