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