Skip to content

Commit 240f330

Browse files
committed
FIXED: Publish does not pack and then upload a content folder for Garry's Mod.
1 parent 616b3bc commit 240f330

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Crowbar/Core/Steam/BackgroundSteamPipe.vb

+2-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,8 @@ Public Class BackgroundSteamPipe
507507
End Try
508508

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

0 commit comments

Comments
 (0)