diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml new file mode 100644 index 000000000..22c6cdd91 --- /dev/null +++ b/.gitea/workflows/release.yml @@ -0,0 +1,15 @@ +on: + - push +jobs: + ReleaseSrc: + runs-on: ubuntu-latest + steps: + - name: Checkout repo + uses: actions/checkout@v4 + with: + submodules: True + - name: Release Archive + uses: https://gitea.com/actions/gitea-release-action + with: + files: ./** + diff --git a/.github/FUNDING.yml b/.github.bak/FUNDING.yml similarity index 100% rename from .github/FUNDING.yml rename to .github.bak/FUNDING.yml diff --git a/.github/issue_template.md b/.github.bak/issue_template.md similarity index 100% rename from .github/issue_template.md rename to .github.bak/issue_template.md diff --git a/.github/pull_request_template.md b/.github.bak/pull_request_template.md similarity index 100% rename from .github/pull_request_template.md rename to .github.bak/pull_request_template.md diff --git a/.github/workflows/tests.yaml b/.github.bak/workflows/tests.yaml similarity index 100% rename from .github/workflows/tests.yaml rename to .github.bak/workflows/tests.yaml