Commit 001dfaf 1 parent b4a90b1 commit 001dfaf Copy full SHA for 001dfaf
File tree 1 file changed +6
-10
lines changed
1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,10 @@ jobs:
38
38
# Add additional options to the MSBuild command line here (like platform or verbosity level).
39
39
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
40
40
run : msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
41
-
42
- - name : Upload a Build Artifact
43
- uses : actions/upload-artifact@v4.3.4
41
+
42
+ - name : Create Release
43
+ uses : ncipollo/release-action@v1.14.0
44
44
with :
45
- # Artifact name
46
- name : networking-fix.dll
47
- # A file, directory or wildcard pattern that describes what to upload
48
- path : x64/Release/NetworkingFix.dll
49
- # The desired behavior if no files are found using the provided path.
50
- overwrite : true
51
-
45
+ artifacts : x64/Release/NetworkingFix.dll
46
+ draft : true
47
+ makeLatest : true
You can’t perform that action at this time.
0 commit comments