at/.gitea/workflows/build.yml
Radim Lipovčan 9e284d4ab6
All checks were successful
Build Folio / Explore-Gitea-Actions (push) Successful in 22s
Aktualizovat .gitea/workflows/build.yml
2024-12-27 22:37:22 +01:00

17 lines
501 B
YAML

name: Build Folio
run-name: Build Folio Jar
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build | list jar
run: ls -lah
- name: Release
uses: https://git.lipovcan.cz/Upstream/gitea-release-action.git@v1
with:
tag_name: "0.1"
files: |-
at.html