Skip to content

Commit cf6ffc3

Browse files
committed
fix: isolate per-platform release artifacts
1 parent 960e339 commit cf6ffc3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,10 @@ jobs:
161161
with:
162162
name: simdeck-native-${{ matrix.platform }}
163163
path: |
164-
build/simdeck-bin*
165-
build/*.exe
164+
build/simdeck-bin-darwin-arm64
165+
build/simdeck-bin-darwin-x64
166+
build/simdeck-bin-linux-x64
167+
build/simdeck-bin-win32-x64.exe
166168
if-no-files-found: error
167169

168170
release:

0 commit comments

Comments
 (0)