1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Checkout changelog.txt

This commit is contained in:
Michał Janiszewski
2024-10-07 21:13:37 +02:00
parent 0d6ed8efc5
commit 34720ff33f

View File

@@ -538,6 +538,11 @@ jobs:
needs: [get_artifact_name, linux-portable, android, linux-appimage, macos-universal, windows]
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Checkout
uses: actions/checkout@v4
with:
sparse-checkout: |
distribution/changelog.txt
- name: Download artifacts
uses: actions/download-artifact@v4
with: