2024-09-28 20:35:08 +02:00
|
|
|
name: Upload release
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
2024-10-03 21:27:39 +02:00
|
|
|
branches: [main]
|
2024-09-28 20:35:08 +02:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
|
|
|
- name: Build with Make
|
|
|
|
run: make
|
|
|
|
|
|
|
|
- name: Create release
|
|
|
|
uses: akkuman/gitea-release-action@v1
|
|
|
|
with:
|
|
|
|
token: ${{ secrets.TOKEN }}
|
2024-10-03 21:27:39 +02:00
|
|
|
name: Latest version
|
|
|
|
tag_name: latest
|
2024-09-28 20:35:08 +02:00
|
|
|
files: horoscope.bat
|