Merge pull request #7327 from RawTherapee/artifact-publish-repo

Pre-dev publishing fix
This commit is contained in:
Lawrence37 2025-03-04 19:25:42 -08:00 committed by GitHub
commit ba90c45f6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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