mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Fix upload target of develop CI builds (#23021)
This commit is contained in:
committed by
GitHub
parent
1485115a87
commit
836b8f0e1d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -582,6 +582,8 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
if: ${{ needs.build_variables.outputs.push }}
|
if: ${{ needs.build_variables.outputs.push }}
|
||||||
with:
|
with:
|
||||||
|
repository: OpenRCT2/OpenRCT2-binaries
|
||||||
|
token: ${{ secrets.OPENRCT2_BINARIES_CI_UPLOAD }}
|
||||||
files: |
|
files: |
|
||||||
openrct2-${{ needs.build_variables.outputs.name }}-sha1sums.txt
|
openrct2-${{ needs.build_variables.outputs.name }}-sha1sums.txt
|
||||||
OpenRCT2-${{ needs.build_variables.outputs.name }}-*
|
OpenRCT2-${{ needs.build_variables.outputs.name }}-*
|
||||||
|
|||||||
Reference in New Issue
Block a user