Files
test-actions/.gitea/workflows/fedora-checkout.yml
lukas b409324a19
All checks were successful
release / checkout (push) Successful in 4s
Update .gitea/workflows/fedora-checkout.yml
2025-08-13 13:09:35 +00:00

22 lines
370 B
YAML

name: release
on:
push:
tags:
- '*'
jobs:
checkout:
runs-on: fedora-latest
steps:
- uses: https://git.phyllo.me/actions/checkout@v4
with:
fetch-depth: 0
- uses: https://git.phyllo.me/actions/action-gh-release@v2
with:
files: |-
bin/**
api_key: '${{secrets.RELEASE_TOKEN}}'