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 |
1 changed files with 17 additions and 0 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"
|
Loading…
Add table
Add a link
Reference in a new issue