Skip to content

Commit

Permalink
FIXED: Publish does not pack and then upload a content folder for Gar…
Browse files Browse the repository at this point in the history
…ry's Mod.
  • Loading branch information
ZeqMacaw committed Jan 28, 2020
1 parent 616b3bc commit 240f330
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Crowbar/Core/Steam/BackgroundSteamPipe.vb
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,8 @@ Public Class BackgroundSteamPipe
End Try

If outputInfo.Result <> "Failed" AndAlso File.Exists(pathFileName) Then
Dim setItemContentWasSuccessful As String = steamPipe.SteamUGC_SetItemContent(inputInfo.Item.ContentPathFolderOrFileName)
'Dim setItemContentWasSuccessful As String = steamPipe.SteamUGC_SetItemContent(inputInfo.Item.ContentPathFolderOrFileName)
Dim setItemContentWasSuccessful As String = steamPipe.SteamUGC_SetItemContent(pathFileName)
If setItemContentWasSuccessful = "success" Then
Me.thePublishItemBackgroundWorker.ReportProgress(0, "Set item content completed." + vbCrLf)
Else
Expand Down

0 comments on commit 240f330

Please sign in to comment.