diff --git a/.github/workflows/multi-platform.yml b/.github/workflows/multi-platform.yml index 0acd574..888c37c 100644 --- a/.github/workflows/multi-platform.yml +++ b/.github/workflows/multi-platform.yml @@ -42,7 +42,7 @@ jobs: target: ${{ matrix.config.target }} package: - name: Package builds + name: Combine and upload builds runs-on: ubuntu-latest needs: ['build'] @@ -54,3 +54,18 @@ jobs: with: name: Build Output path: ${{ steps.build.outputs.build-output }} + + - name: "Set up Git repository" + uses: actions/checkout@v2 + + - name: "Get mod properties" + id: json_properties + uses: ActionsTools/read-json-action@main + with: + file_path: "mod.json" + + - name: "Release" + uses: softprops/action-gh-release@v2 + with: + tag_name: "${{steps.json_properties.outputs.version}}" + files: "${{steps.build.outputs.build-output}}/*" diff --git a/README.md b/README.md index d083b51..f0c458e 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,22 @@ -# RUNMenusMod(gameuiport) -This is where she makes a mod. +# RUN Mod (game stuff port) + +aa proj to port some stuff of one game (ui and resources) to geometry dash the mod's logo -*Update logo.png to change your mod's icon (please)* +## sooo ye aa an A original game used for mod + +Is a **RUN ALPHA 1.2 WINDOWS** that i got on [itch page](https://lateamrun.itch.io/run-the-world-in-between#demo) -## Getting started -We recommend heading over to [the getting started section on our docs](https://docs.geode-sdk.org/getting-started/) for useful info on what to do next. +### [RUN: The world in-between by LaTeamRun](https://lateamrun.itch.io/run-the-world-in-between) -## Build instructions -For more info, see [our docs](https://docs.geode-sdk.org/getting-started/create-mod#build) -```sh -# Assuming you have the CLI set up already -geode build +```js + Development: Hephep + Music: Thomas Barrandon + SFX: Louise Jeanson + Graphics: EncreMecanique + QA: Sorghal + PR: Mellyfroggy ``` -# Resources -* [Geode SDK Documentation](https://docs.geode-sdk.org/) -* [Geode SDK Source Code](https://github.com/geode-sdk/geode/) -* [Bindings](https://github.com/geode-sdk/bindings/) -* [Dev Tools](https://github.com/geode-sdk/DevTools) +got revesed by [GDRE tools](https://github.com/bruvzg/gdsdecomp) `v0.6.2` \ No newline at end of file diff --git a/about.md b/about.md index abc849c..b975421 100644 --- a/about.md +++ b/about.md @@ -1,3 +1,20 @@ -# Template Mod +# RUN Mod (game stuff port) -Edit about.md to change this +aa proj to port some stuff of one game (ui and resources) to geometry dash + +## sooo ye aa an A original game used for mod + +Is a **RUN ALPHA 1.2 WINDOWS** that i got on [itch page](https://lateamrun.itch.io/run-the-world-in-between#demo) + +### [RUN: The world in-between by LaTeamRun](https://lateamrun.itch.io/run-the-world-in-between) + +```js + Development: Hephep + Music: Thomas Barrandon + SFX: Louise Jeanson + Graphics: EncreMecanique + QA: Sorghal + PR: Mellyfroggy +``` + +got revesed by [GDRE tools](https://github.com/bruvzg/gdsdecomp) `v0.6.2` \ No newline at end of file