Skip to content

Commit

Permalink
Fix d5a7219: [CI] downloading single artifact doesn't add folder to it (
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain authored and glx22 committed Jul 29, 2023
1 parent ba86e11 commit 132098d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/upload-gog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,31 @@ jobs:
uses: actions/download-artifact@v3
with:
name: internal-source
path: internal-source

- name: Download bundle (Windows x86)
uses: actions/download-artifact@v3
with:
name: openttd-windows-x86
path: openttd-windows-x86

- name: Download bundle (Windows x64)
uses: actions/download-artifact@v3
with:
name: openttd-windows-x64
path: openttd-windows-x64

- name: Download bundle (MacOS)
uses: actions/download-artifact@v3
with:
name: openttd-macos-universal
path: openttd-macos-universal

- name: Download bundle (Linux)
uses: actions/download-artifact@v3
with:
name: openttd-linux-generic
path: openttd-linux-generic

- name: Install GOG Galaxy Build Creator
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/upload-steam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,31 @@ jobs:
uses: actions/download-artifact@v3
with:
name: internal-source
path: internal-source

- name: Download bundle (Windows x86)
uses: actions/download-artifact@v3
with:
name: openttd-windows-x86
path: openttd-windows-x86

- name: Download bundle (Windows x64)
uses: actions/download-artifact@v3
with:
name: openttd-windows-x64
path: openttd-windows-x64

- name: Download bundle (MacOS)
uses: actions/download-artifact@v3
with:
name: openttd-macos-universal
path: openttd-macos-universal

- name: Download bundle (Linux)
uses: actions/download-artifact@v3
with:
name: openttd-linux-generic
path: openttd-linux-generic

- name: Setup steamcmd
uses: CyberAndrii/setup-steamcmd@v1
Expand Down

0 comments on commit 132098d

Please sign in to comment.