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'}}
|
if: ${{steps.prepare-publish-pre-dev.outcome == 'success'}}
|
||||||
with:
|
with:
|
||||||
tag_name: pre-dev-github-actions
|
tag_name: pre-dev-github-actions
|
||||||
|
repository: Beep6581/RawTherapee
|
||||||
files: |
|
files: |
|
||||||
${{env.PUBLISH_NAME}}.AppImage
|
${{env.PUBLISH_NAME}}.AppImage
|
||||||
${{env.PUBLISH_NAME}}-AppImage-AboutThisBuild.txt
|
${{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'}}
|
if: ${{steps.prepare-publish-pre-dev.outcome == 'success'}}
|
||||||
with:
|
with:
|
||||||
tag_name: pre-dev-github-actions
|
tag_name: pre-dev-github-actions
|
||||||
|
repository: Beep6581/RawTherapee
|
||||||
files: |
|
files: |
|
||||||
build/${{env.PUBLISH_NAME}}.zip
|
build/${{env.PUBLISH_NAME}}.zip
|
||||||
build/${{env.PUBLISH_NAME}}-AboutThisBuild.txt
|
build/${{env.PUBLISH_NAME}}-AboutThisBuild.txt
|
||||||
@ -277,4 +278,5 @@ jobs:
|
|||||||
if: ${{steps.prepare-publish-pre-dev.outcome == 'success' && matrix.build_type == 'release'}}
|
if: ${{steps.prepare-publish-pre-dev.outcome == 'success' && matrix.build_type == 'release'}}
|
||||||
with:
|
with:
|
||||||
tag_name: pre-dev-github-actions
|
tag_name: pre-dev-github-actions
|
||||||
|
repository: Beep6581/RawTherapee
|
||||||
files: build/${{env.PUBLISH_NAME}}.exe
|
files: build/${{env.PUBLISH_NAME}}.exe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user