Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install dependencies
run: bash -x .github/scripts/install_deps.sh
- name: Download texture-wads-artifact
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
name: texture-wads-artifact
path: texture-wads
Expand All @@ -89,17 +89,17 @@ jobs:
- uses: actions/checkout@v6
# Download all the artifacts created so far
- name: Download texture-wads-artifact
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
name: texture-wads-artifact
path: texture-wads
- name: Download progs-artifact
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
name: progs-artifact
path: lq1/
- name: Download maps-artifacts
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
pattern: maps-artifact-*
path: lq1/maps/
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
release_type: [full, mod, lite, mod_lite, server, dev]
steps:
- name: Download release artifacts
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
name: ${{ matrix.release_type }}
path: releases/${{ matrix.release_type }}
Expand Down