1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-19 10:22:39 +01: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 Loïc Guilloux
parent eedd9fb150
commit ba86e1115c
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: