Skip to content

Commit

Permalink
use raw
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Oct 24, 2020
1 parent f2abfa3 commit 2f371b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
with:
fetch-depth: 0

- name: Get plugin architectures
- name: Get architectures
id: arch
run: |
archs=$(jq ' .build_from | keys | [ .[] | tostring ] | @json' build.json)
archs=$(jq -r '.build_from | keys | [ .[] | tostring ] | @json' build.json)
echo "::set-output name=arch::$archs"
- name: Get version
Expand Down

0 comments on commit 2f371b0

Please sign in to comment.