Skip to content

Commit

Permalink
Merge pull request #1334 from marschall/fix-version-uploader
Browse files Browse the repository at this point in the history
Fix WAVersionUploader
  • Loading branch information
jbrichau authored Sep 1, 2022
2 parents 9eec2cd + a39ebf5 commit e055956
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
actions
newVersion: aWorkingCopy
| version stream |
version := [ aWorkingCopy newVersion ]
version := [ aWorkingCopy newVersionIn: aWorkingCopy repositoryGroup ]
on: MCVersionNameAndMessageRequest
do: [ :request | request resume: (Array with: request suggestedName with: '') ].
stream := RWBinaryOrTextStream on: String new.
stream := GRPlatform current readWriteByteStream.
version fileOutOn: stream.
self requestContext respond: [ :response |
response
Expand Down

0 comments on commit e055956

Please sign in to comment.