Compare commits
1 commit
workflow-t
...
main
Author | SHA1 | Date | |
---|---|---|---|
9890293195 |
2 changed files with 3 additions and 18 deletions
|
@ -1,17 +0,0 @@
|
||||||
---
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
# tags:
|
|
||||||
# - "*release*"
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: "docker"
|
|
||||||
container:
|
|
||||||
image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine"
|
|
||||||
steps:
|
|
||||||
- shell: ash
|
|
||||||
run: "apk add --update git"
|
|
||||||
- shell: ash
|
|
||||||
run: "git clone --depth 1 https://oauth2:${{ secrets.FORGEJO_TOKEN }}@git.femboy.science/maciek/big-and-small-unofficial-addon-anomaly.git"
|
|
||||||
- shell: ash
|
|
||||||
run: "echo ${{ env.FORGEJO_OUTPUT }} >> $GITHUB_OUTPUT"
|
|
|
@ -1,7 +1,9 @@
|
||||||
# Maciek's Big and Small unofficial add-on - Anomaly
|
# Maciek's Big and Small unofficial add-on - Anomaly
|
||||||
|
|
||||||
Maciek's Big and Small unofficial add-on - Anomaly
|
Maciek's Big and Small unofficial add-on - Anomaly
|
||||||
a rimworld mod
|
a rimworld mod
|
||||||
|
## Install
|
||||||
|
Download the latest release from [releases](https://git.femboy.science/maciek/big-and-small-unofficial-addon-anomaly/releases) and unpack inside your local mods folder.
|
||||||
## Building
|
## Building
|
||||||
Assuming you have .NET installed just execute:
|
Assuming you have .NET installed just execute:
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue