Skip to content

Commit f0b9762

Browse files
committed
Add os to the path being uploaded
1 parent 97ecc2e commit f0b9762

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,4 @@ jobs:
163163

164164
- uses: softprops/action-gh-release@v1
165165
with:
166-
files: target/native-image/spotify-next
166+
files: target/native-image/spotify-next-${{ matrix.os }}

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ThisBuild / githubWorkflowGeneratedCI ~= {
5252
),
5353
WorkflowStep.Use(
5454
UseRef.Public("softprops", "action-gh-release", "v1"),
55-
params = Map("files" -> "target/native-image/spotify-next")
55+
params = Map("files" -> "target/native-image/spotify-next-${{ matrix.os }}")
5656
)
5757
)
5858
case step =>

0 commit comments

Comments
 (0)