WIP: implement gitea actions #6

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

View File

@ -6,5 +6,5 @@ jobs:
Assemble-Zip: Assemble-Zip:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: "prepare pipenv" - name: "prepare pip"
run: "python3 -m pip install pipenv" run: "apt install pipenv"