Skip to content

Commit

Permalink
Update dotnet-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sator-imaging authored Jul 26, 2024
1 parent baa5e89 commit 7faff38
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,9 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git checkout -b release/${{ inputs.release_ver }}
mv -f src/StaticMemberAnalyzer.Package/bin/Release/*/*.dll ${{ env.unity_folder }}
git add --update --ignore-removal ${{ env.unity_folder }}
git branch ${{ inputs.release_ver }}
git checkout ${{ inputs.release_ver }}
git commit -m "Precompiled Assembly for Unity"
git push

0 comments on commit 7faff38

Please sign in to comment.