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"
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
Maciek's Big and Small unofficial add-on - Anomaly
|
||||
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
|
||||
Assuming you have .NET installed just execute:
|
||||
```sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue