12 Commits
yo ... main

Author SHA1 Message Date
27a13700e6 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 5m40s
2025-11-14 21:08:35 +00:00
636b9941bd Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 3s
2025-11-12 16:00:38 +00:00
88de705b44 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 4s
2025-11-12 15:54:43 +00:00
62a4ad0954 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 3s
2025-11-12 15:53:22 +00:00
230dc91af4 Update .gitea/workflows/fedora-checkout.yml 2025-11-12 15:52:32 +00:00
83cc04ea80 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 3s
2025-11-12 14:55:55 +00:00
1b25f944a4 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Has been cancelled
2025-11-12 14:54:22 +00:00
c33d59b53b Update .gitea/workflows/fedora-checkout.yml 2025-11-12 13:37:59 +00:00
6f28810290 Update .gitea/workflows/fedora-checkout.yml 2025-11-12 13:33:19 +00:00
03e309a28d Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 1s
2025-11-10 21:23:18 +00:00
eae0b9b2e6 Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 11s
simplify
2025-11-10 20:34:45 +00:00
833d70e75a Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 4s
2025-10-27 20:10:02 +00:00

View File

@@ -2,19 +2,14 @@ name: release
on:
push:
tags:
- '*'
branches:
- main # Or your desired branch
jobs:
checkout:
runs-on: fedora-rawhide-latest
runs-on: fedora-cloud-42
# container: git.phyllo.me/roots/fedora-runner-image:42
steps:
- uses: https://git.phyllo.me/actions/checkout@v5
- uses: checkout@v6
with:
fetch-depth: 0
- uses: https://git.phyllo.me/actions/action-gh-release@v2
with:
files: |-
bin/**
api_key: '${{secrets.RELEASE_TOKEN}}'