Přidat .gitea/workflows/build.yml
All checks were successful
Build Folio / Explore-Gitea-Actions (push) Successful in 4s
All checks were successful
Build Folio / Explore-Gitea-Actions (push) Successful in 4s
This commit is contained in:
parent
fe1ad9bbcc
commit
468b77ccfb
13
.gitea/workflows/build.yml
Normal file
13
.gitea/workflows/build.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: Build Folio
|
||||||
|
run-name: Build Folio Jar
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
Explore-Gitea-Actions:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Release
|
||||||
|
uses: https://git.lipovcan.cz/Upstream/gitea-release-action.git@v1
|
||||||
|
with:
|
||||||
|
tag_name: "0.1"
|
||||||
|
files: |-
|
||||||
|
at.html
|
Loading…
Reference in New Issue
Block a user