WIP: implement gitea actions #6
10
.gitea/workflows/modzip.yaml
Normal file
10
.gitea/workflows/modzip.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
name: Make mod zip release
|
||||||
|
run-name: ${{ gitea.actor }} assembles mod zip release
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Assemble-Zip:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: "prepare pipenv"
|
||||||
|
run: "python3 -m pip install pipenv"
|
Loading…
Reference in New Issue
Block a user