From d1b0a3e4ecf327101e5d65926c13c2c80d54e0fb Mon Sep 17 00:00:00 2001 From: Lawrence Lee <45837045+Lawrence37@users.noreply.github.com> Date: Sun, 2 Mar 2025 22:55:17 -0800 Subject: [PATCH] Update repository owner in GitHub workflows --- .github/workflows/appimage.yml | 2 +- .github/workflows/windows.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index d858d5a7a..f58892f75 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -274,7 +274,7 @@ jobs: if: ${{steps.prepare-publish-pre-dev.outcome == 'success'}} with: tag_name: pre-dev-github-actions - repository: Beep6581/RawTherapee + repository: RawTherapee/RawTherapee files: | ${{env.PUBLISH_NAME}}.AppImage ${{env.PUBLISH_NAME}}-AppImage-AboutThisBuild.txt diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 004aba59d..8179c16e5 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -271,7 +271,7 @@ jobs: if: ${{steps.prepare-publish-pre-dev.outcome == 'success'}} with: tag_name: pre-dev-github-actions - repository: Beep6581/RawTherapee + repository: RawTherapee/RawTherapee files: | build/${{env.PUBLISH_NAME}}.zip build/${{env.PUBLISH_NAME}}-AboutThisBuild.txt @@ -281,5 +281,5 @@ jobs: if: ${{steps.prepare-publish-pre-dev.outcome == 'success' && matrix.build_type == 'release'}} with: tag_name: pre-dev-github-actions - repository: Beep6581/RawTherapee + repository: RawTherapee/RawTherapee files: build/${{env.PUBLISH_NAME}}.exe