Skip to content

Commit

Permalink
Version native releases by system
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Dec 3, 2021
1 parent a50c71e commit 4c980cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ jobs:
- if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
with:
files: target/native-image/spotify-next
files: target/native-image/spotify-next-${{ matrix.os }}
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ThisBuild / githubWorkflowPublish := Seq(
),
WorkflowStep.Use(
UseRef.Public("softprops", "action-gh-release", "v1"),
params = Map("files" -> "target/native-image/spotify-next"),
params = Map("files" -> "target/native-image/spotify-next-${{ matrix.os }}"),
cond = Some("startsWith(github.ref, 'refs/tags/')")
)
)
Expand Down

0 comments on commit 4c980cb

Please sign in to comment.