Skip to content

Commit 75f1e39

Browse files
Update build_pipeline.yml
1 parent 87f9b66 commit 75f1e39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: dotnet workload install wasm-tools
2929

3030
- name: Build release
31-
run: dotnet publish -c Release
31+
run: dotnet publish --project AudioCuesheetEditor --configuration Release --output release
3232

3333
- name: Deploy to Netlify
3434
uses: nwtgck/actions-netlify@v3

0 commit comments

Comments
 (0)