Skip to content

Commit

Permalink
updated CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Jul 20, 2023
1 parent abfd670 commit b24beed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependent-repositories.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"include" : [
{ "repository" : "OpenPonk/plugins", "build-dependent" : true }
{ "repository" : "OpenPonk/plugins", "branch" : "master", "build-dependent" : true }
]
}
5 changes: 5 additions & 0 deletions .github/scripts/save-stats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ unzip -q $PROJECT_NAME-$PLATFORM-$VERSION.zip
contents := STONJSON fromString: response.
(contents includesKey: #assets) ifFalse: [ self error: 'Previous nightly build not found.
If this is first build of this repository, create pre-release named "nightly" by hand first.
Otherwise, this server response might help you:
', response asString].
text := String streamContents: [ :s |
s << 'name,created_at,download_count'.
s lf.
Expand Down

0 comments on commit b24beed

Please sign in to comment.