Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LaplaceTor authored Jan 5, 2025
1 parent ff4f381 commit c4ae366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Restore
run: dotnet restore
- name: Build
run: dotnet build ${{ env.PROJECT_PATH }} -c cs2rtv/cs2rtv.cs -o ${{ env.OUTPUT_PATH }}
run: dotnet build ${{ env.PROJECT_PATH }} -c cs2rtv -o ${{ env.OUTPUT_PATH }}
- name: Archive build
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c4ae366

Please sign in to comment.