Runner for automatic compiling of releases.

This commit is contained in:
Henner Flick 2025-08-30 14:53:49 +02:00
parent bc255543ec
commit 5676872dcc

View file

@ -32,7 +32,7 @@ jobs:
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }} FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
FORGEJO_URL: https://dev.hflabs.de FORGEJO_URL: https://dev.hflabs.de
REPO_OWNER: henner REPO_OWNER: henner
REPO_NAME: kaffeeclipriv REPO_NAME: kaffeecli
RELEASE_ID: ${{ github.event.release.id }} RELEASE_ID: ${{ github.event.release.id }}
run: | run: |
if [ "${{ matrix.os }}" == "windows" ]; then if [ "${{ matrix.os }}" == "windows" ]; then