Skip to content

Commit 4c980cb

Browse files
committed
Version native releases by system
1 parent a50c71e commit 4c980cb

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
@@ -119,4 +119,4 @@ jobs:
119119
- if: startsWith(github.ref, 'refs/tags/')
120120
uses: softprops/action-gh-release@v1
121121
with:
122-
files: target/native-image/spotify-next
122+
files: target/native-image/spotify-next-${{ matrix.os }}

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ThisBuild / githubWorkflowPublish := Seq(
3434
),
3535
WorkflowStep.Use(
3636
UseRef.Public("softprops", "action-gh-release", "v1"),
37-
params = Map("files" -> "target/native-image/spotify-next"),
37+
params = Map("files" -> "target/native-image/spotify-next-${{ matrix.os }}"),
3838
cond = Some("startsWith(github.ref, 'refs/tags/')")
3939
)
4040
)

0 commit comments

Comments
 (0)