Skip to content

Commit

Permalink
inf n buildwork updates
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 authored Jul 1, 2024
1 parent 0016806 commit 2da2c7f
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 18 deletions.
17 changes: 16 additions & 1 deletion .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
target: ${{ matrix.config.target }}

package:
name: Package builds
name: Combine and upload builds
runs-on: ubuntu-latest
needs: ['build']

Expand All @@ -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}}/*"
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

<img src="logo.png" width="150" alt="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`
21 changes: 19 additions & 2 deletions about.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 2da2c7f

Please sign in to comment.