From 90fb8d1da952d5ef9e46dad6ae9e2d0defe2f885 Mon Sep 17 00:00:00 2001 From: Cantibra Date: Fri, 22 May 2026 00:13:47 +0200 Subject: [PATCH] 2 --- .gitea/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 78f5bcb..f73f927 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -47,10 +47,10 @@ jobs: run: | /usr/bin/echo '${{ secrets.REPOSITORY_SSH_PRIVATE_KEY }}' > './id_ed25519' /usr/bin/chmod --quiet '0400' './id_ed25519' - /usr/bin/echo "REPOSITORY_CODENAME='${{ matrix.component }}'" > './borgbackup-schedule_${{ steps.environment.outputs.version }}_${{ matrix.architecture }}.cfg' + /usr/bin/echo "REPOSITORY_CODENAME='${{ matrix.codename }}'" > './borgbackup-schedule_${{ steps.environment.outputs.version }}_${{ matrix.architecture }}.cfg' /usr/bin/echo "Set Configuration 'REPOSITORY_CODENAME' to '$${{ matrix.codename }}'" /usr/bin/echo "REPOSITORY_COMPONENT='${{ matrix.component }}'" >> './borgbackup-schedule_${{ steps.environment.outputs.version }}_${{ matrix.architecture }}.cfg' - /usr/bin/echo "Set Configuration 'REPOSITORY_COMPONENT' to '${{ matrix.codename }}'" + /usr/bin/echo "Set Configuration 'REPOSITORY_COMPONENT' to '${{ matrix.component }}'" - name: Release Debian Package [PrivLab Repository] uses: https://gitea.com/actions/gitea-release-action@v1 with: