Skip to content

Commit

Permalink
Removed csproj.user reference in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBlur314 authored Mar 4, 2023
1 parent 05cff31 commit ee5e5eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ jobs:
- name: Setup .NET
uses: "actions/setup-dotnet@v3"

- name: Remove .csproj.user
run: rm ${{ env.PROJ_NAME }}/${{ env.PROJ_NAME }}.csproj.user

- name: Build Mod
run: dotnet build -c Release
Expand Down

0 comments on commit ee5e5eb

Please sign in to comment.