diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml new file mode 100644 index 0000000..314af5d --- /dev/null +++ b/.forgejo/workflows/release.yml @@ -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"