Compare commits
16 commits
main
...
workflow-t
Author | SHA1 | Date | |
---|---|---|---|
df299f4362 | |||
d0d457716a | |||
c60c3db1cc | |||
05ff3054c5 | |||
4c3dc6ba6c | |||
1c89bac67c | |||
aff8d5ff45 | |||
292439f642 | |||
5545541a4f | |||
7c2a5b77df | |||
8953e77bfc | |||
2c89e06e8f | |||
ac48038aaa | |||
34fed83d90 | |||
ab2b439656 | |||
ae36c637b4 |
2 changed files with 18 additions and 3 deletions
17
.forgejo/workflows/release.yml
Normal file
17
.forgejo/workflows/release.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
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,9 +1,7 @@
|
||||||
# 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