Skip to content

Commit

Permalink
fix: disambiguate debug artifact names per platform
Browse files Browse the repository at this point in the history
  • Loading branch information
lodicolo authored Oct 29, 2024
1 parent 3818eae commit 61a32b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
uses: actions/[email protected]
with:
if-no-files-found: error
name: engine
name: engine-${{ runner.os }}
path: linux.tar

build-macos:
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
uses: actions/[email protected]
with:
if-no-files-found: error
name: engine
name: engine-${{ runner.os }}
path: osx.tar

build-windows:
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
uses: actions/[email protected]
with:
if-no-files-found: error
name: engine
name: engine-${{ runner.os }}
path: win.tar

debug-build-artifacts:
Expand Down

0 comments on commit 61a32b0

Please sign in to comment.