Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdMeekly authored Jul 24, 2024
1 parent b4a90b1 commit 001dfaf
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,10 @@ jobs:
# Add additional options to the MSBuild command line here (like platform or verbosity level).
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}

- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.4
- name: Create Release
uses: ncipollo/release-action@v1.14.0
with:
# Artifact name
name: networking-fix.dll
# A file, directory or wildcard pattern that describes what to upload
path: x64/Release/NetworkingFix.dll
# The desired behavior if no files are found using the provided path.
overwrite: true

artifacts: x64/Release/NetworkingFix.dll
draft: true
makeLatest: true

0 comments on commit 001dfaf

Please sign in to comment.