Fix pre-dev publishing from forks

This commit is contained in:
Lawrence Lee
2024-06-02 18:16:46 -07:00
parent 2c1c124d8f
commit 29370904fb
2 changed files with 3 additions and 0 deletions

View File

@@ -259,6 +259,7 @@ jobs:
if: ${{steps.prepare-publish-pre-dev.outcome == 'success'}}
with:
tag_name: pre-dev-github-actions
repository: Beep6581/RawTherapee
files: |
${{env.PUBLISH_NAME}}.AppImage
${{env.PUBLISH_NAME}}-AppImage-AboutThisBuild.txt

View File

@@ -268,6 +268,7 @@ jobs:
if: ${{steps.prepare-publish-pre-dev.outcome == 'success'}}
with:
tag_name: pre-dev-github-actions
repository: Beep6581/RawTherapee
files: |
build/${{env.PUBLISH_NAME}}.zip
build/${{env.PUBLISH_NAME}}-AboutThisBuild.txt
@@ -277,4 +278,5 @@ jobs:
if: ${{steps.prepare-publish-pre-dev.outcome == 'success' && matrix.build_type == 'release'}}
with:
tag_name: pre-dev-github-actions
repository: Beep6581/RawTherapee
files: build/${{env.PUBLISH_NAME}}.exe