Update repository owner in GitHub workflows

This commit is contained in:
Lawrence Lee 2025-03-02 22:55:17 -08:00
parent 8439f3ce34
commit d1b0a3e4ec
No known key found for this signature in database
GPG Key ID: 048FF2B76A63895F
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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