WIP: implement gitea actions #6

Draft
tea wants to merge 13 commits from actions into main
Showing only changes of commit 61681275ed - Show all commits

View File

@ -4,7 +4,7 @@ on: [push]
jobs: jobs:
Assemble-Zip: Assemble-Zip:
runs-on: ubuntu-22.04 runs-on: ubuntu-latest
steps: steps:
- name: "install python 3.11" - name: "install python 3.11"
uses: actions/setup-python@v5 uses: actions/setup-python@v5