Skip to content

Commit

Permalink
Use the correct return key
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Oct 25, 2020
1 parent 8887b04 commit ce9feca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Initialize build
runs-on: ubuntu-latest
outputs:
architectures: ${{ steps.info.outputs.arch }}
architectures: ${{ steps.info.outputs.architectures }}
version: ${{ steps.version.outputs.version }}
channel: ${{ steps.version.outputs.channel }}
publish: ${{ steps.version.outputs.publish }}
Expand Down

0 comments on commit ce9feca

Please sign in to comment.