Change: [CI] upload releases to new CDN (#11093)

This commit is contained in:
Patric Stout
2023-07-01 14:30:57 +02:00
committed by GitHub
parent 6169e7f4bc
commit d5a72193e7
4 changed files with 83 additions and 22 deletions

View File

@@ -14,8 +14,25 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download all bundles
- name: Download bundle (Windows x86)
uses: actions/download-artifact@v3
with:
name: openttd-windows-x86
- name: Download bundle (Windows x64)
uses: actions/download-artifact@v3
with:
name: openttd-windows-x64
- name: Download bundle (MacOS)
uses: actions/download-artifact@v3
with:
name: openttd-macos-universal
- name: Download bundle (Linux)
uses: actions/download-artifact@v3
with:
name: openttd-linux-generic
- name: Install GOG Galaxy Build Creator
run: |