Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 11s

simplify
This commit is contained in:
2025-11-10 20:34:45 +00:00
parent 833d70e75a
commit eae0b9b2e6

View File

@@ -12,9 +12,4 @@ jobs:
steps: steps:
- uses: https://git.phyllo.me/actions/checkout@v3 - 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}}'