Skip to content

Commit

Permalink
Fix suffix name in assemble.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland committed Jan 10, 2024
1 parent e2122ea commit e60d911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
outputs:
artifact_name:
description: "Returns the build artifact's filename"
value: ${{ jobs.r_build.outputs.get_name }}
value: ${{ jobs.r_build.outputs.get_name.name }}

jobs:
r_build:
Expand Down

0 comments on commit e60d911

Please sign in to comment.