Merge pull request #7327 from RawTherapee/artifact-publish-repo
Pre-dev publishing fix
This commit is contained in:
commit
ba90c45f6b
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