Configuration file and CI #4

Merged
bartfaik04 merged 29 commits from configuration into main 2025-06-07 15:33:06 +02:00
Showing only changes of commit 2974629995 - Show all commits

View File

@@ -67,9 +67,10 @@ jobs:
- name: Publish release - name: Publish release
uses: actions/create-release@v1 uses: actions/create-release@v1
env: env:
GITEA_TOKEN: ${{ secrets.RELEASE_SECRET }} GITHUB_TOKEN: ${{ secrets.RELEASE_SECRET }}
with: with:
tag_name: ${{ github.ref_name }} tag_name: ${{ github.ref_name }}
release_name: Release ${{ github.ref_name }} release_name: Release ${{ github.ref_name }}
files: | files: |
ncsambawatcher.zip ncsambawatcher.zip
draft: true