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: