2 Commits

Author SHA1 Message Date
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

@@ -10,11 +10,6 @@ jobs:
runs-on: fedora-rawhide-latest runs-on: fedora-rawhide-latest
steps: steps:
- uses: https://git.phyllo.me/actions/checkout@v5 - uses: https://git.phyllo.me/actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: https://git.phyllo.me/actions/action-gh-release@v2
with:
files: |-
bin/**
api_key: '${{secrets.RELEASE_TOKEN}}'