Skip to content

Commit

Permalink
Add os to the path being uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Dec 3, 2021
1 parent 97ecc2e commit f0b9762
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 @@ -163,4 +163,4 @@ jobs:

- 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 @@ -52,7 +52,7 @@ ThisBuild / githubWorkflowGeneratedCI ~= {
),
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 }}")
)
)
case step =>
Expand Down

0 comments on commit f0b9762

Please sign in to comment.