.gitea/workflows/release.yml aktualisiert

This commit is contained in:
2025-02-25 22:41:41 +01:00
parent 9e837c32b3
commit 86b87cfc7c

View File

@@ -19,6 +19,6 @@ jobs:
- name: Create Release
uses: https://gitea.com/actions/release-action@main
with:
files: |-
**
files:
- **
api_key: '${{secrets.RELEASE_TOKEN}}'