We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 616b3bc commit 240f330Copy full SHA for 240f330
Crowbar/Core/Steam/BackgroundSteamPipe.vb
@@ -507,7 +507,8 @@ Public Class BackgroundSteamPipe
507
End Try
508
509
If outputInfo.Result <> "Failed" AndAlso File.Exists(pathFileName) Then
510
- Dim setItemContentWasSuccessful As String = steamPipe.SteamUGC_SetItemContent(inputInfo.Item.ContentPathFolderOrFileName)
+ 'Dim setItemContentWasSuccessful As String = steamPipe.SteamUGC_SetItemContent(inputInfo.Item.ContentPathFolderOrFileName)
511
+ Dim setItemContentWasSuccessful As String = steamPipe.SteamUGC_SetItemContent(pathFileName)
512
If setItemContentWasSuccessful = "success" Then
513
Me.thePublishItemBackgroundWorker.ReportProgress(0, "Set item content completed." + vbCrLf)
514
Else
0 commit comments