This commit is contained in:
5
.github/workflows/upload-gog.yml
vendored
5
.github/workflows/upload-gog.yml
vendored
@@ -18,26 +18,31 @@ jobs:
|
|||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: internal-source
|
name: internal-source
|
||||||
|
path: internal-source
|
||||||
|
|
||||||
- name: Download bundle (Windows x86)
|
- name: Download bundle (Windows x86)
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: openttd-windows-x86
|
name: openttd-windows-x86
|
||||||
|
path: openttd-windows-x86
|
||||||
|
|
||||||
- name: Download bundle (Windows x64)
|
- name: Download bundle (Windows x64)
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: openttd-windows-x64
|
name: openttd-windows-x64
|
||||||
|
path: openttd-windows-x64
|
||||||
|
|
||||||
- name: Download bundle (MacOS)
|
- name: Download bundle (MacOS)
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: openttd-macos-universal
|
name: openttd-macos-universal
|
||||||
|
path: openttd-macos-universal
|
||||||
|
|
||||||
- name: Download bundle (Linux)
|
- name: Download bundle (Linux)
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: openttd-linux-generic
|
name: openttd-linux-generic
|
||||||
|
path: openttd-linux-generic
|
||||||
|
|
||||||
- name: Install GOG Galaxy Build Creator
|
- name: Install GOG Galaxy Build Creator
|
||||||
run: |
|
run: |
|
||||||
|
5
.github/workflows/upload-steam.yml
vendored
5
.github/workflows/upload-steam.yml
vendored
@@ -21,26 +21,31 @@ jobs:
|
|||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: internal-source
|
name: internal-source
|
||||||
|
path: internal-source
|
||||||
|
|
||||||
- name: Download bundle (Windows x86)
|
- name: Download bundle (Windows x86)
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: openttd-windows-x86
|
name: openttd-windows-x86
|
||||||
|
path: openttd-windows-x86
|
||||||
|
|
||||||
- name: Download bundle (Windows x64)
|
- name: Download bundle (Windows x64)
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: openttd-windows-x64
|
name: openttd-windows-x64
|
||||||
|
path: openttd-windows-x64
|
||||||
|
|
||||||
- name: Download bundle (MacOS)
|
- name: Download bundle (MacOS)
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: openttd-macos-universal
|
name: openttd-macos-universal
|
||||||
|
path: openttd-macos-universal
|
||||||
|
|
||||||
- name: Download bundle (Linux)
|
- name: Download bundle (Linux)
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: openttd-linux-generic
|
name: openttd-linux-generic
|
||||||
|
path: openttd-linux-generic
|
||||||
|
|
||||||
- name: Setup steamcmd
|
- name: Setup steamcmd
|
||||||
uses: CyberAndrii/setup-steamcmd@v1
|
uses: CyberAndrii/setup-steamcmd@v1
|
||||||
|
Reference in New Issue
Block a user