mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-19 10:22:39 +01:00
This commit is contained in:
committed by
Loïc Guilloux
parent
eedd9fb150
commit
ba86e1115c
5
.github/workflows/upload-gog.yml
vendored
5
.github/workflows/upload-gog.yml
vendored
@@ -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:
|
||||
|
||||
5
.github/workflows/upload-steam.yml
vendored
5
.github/workflows/upload-steam.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user