Update repository owner in GitHub workflows
This commit is contained in:
parent
8439f3ce34
commit
d1b0a3e4ec
2
.github/workflows/appimage.yml
vendored
2
.github/workflows/appimage.yml
vendored
@ -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
|
||||
|
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user