diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 5c37486f0..aacdfb75b 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -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 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 802b25431..d785e9cfe 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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