Fix pre-dev publishing from forks
This commit is contained in:
parent
2c1c124d8f
commit
29370904fb
1
.github/workflows/appimage.yml
vendored
1
.github/workflows/appimage.yml
vendored
@ -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
|
||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user