mirror of https://github.com/OpenTTD/OpenTTD
Fix d5a72193: [CI] GOG and Steam also depend on the source itself (#11095)
parent
115f6cf8ea
commit
4c9c164ddc
|
@ -14,6 +14,11 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Download source
|
||||||
|
uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
name: internal-source
|
||||||
|
|
||||||
- name: Download bundle (Windows x86)
|
- name: Download bundle (Windows x86)
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -17,6 +17,11 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Download source
|
||||||
|
uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
name: internal-source
|
||||||
|
|
||||||
- name: Download bundle (Windows x86)
|
- name: Download bundle (Windows x86)
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue