1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-01 10:59:12 +00:00

Fix d5a72193: [CI] GOG and Steam also depend on the source itself (#11095)

This commit is contained in:
Patric Stout
2023-07-01 23:32:47 +02:00
committed by GitHub
parent 115f6cf8ea
commit 4c9c164ddc
2 changed files with 10 additions and 0 deletions

View File

@@ -14,6 +14,11 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download source
uses: actions/download-artifact@v3
with:
name: internal-source
- name: Download bundle (Windows x86)
uses: actions/download-artifact@v3
with:

View File

@@ -17,6 +17,11 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download source
uses: actions/download-artifact@v3
with:
name: internal-source
- name: Download bundle (Windows x86)
uses: actions/download-artifact@v3
with: