Skip to content

Commit

Permalink
Postaction
Browse files Browse the repository at this point in the history
  • Loading branch information
kashamalasha committed Aug 11, 2023
1 parent 63aa0d4 commit 3696109
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ jobs:
- name: Filter requested data
id: jq_filter
run: |
blockmaps=$(
# blockmaps=$(
echo '${{ steps.releases_data.outputs.release_data }}' | jq '.' | \
.assets | map(select(.name | endswith(".blockmap")).id) | "\"" + . + "\"") | join(" ")'
)
echo "( ${blockmaps} )"
echo "blockmap_list=( ${blockmaps} )" >> $GITHUB_OUTPUT
# )
# echo "( ${blockmaps} )"
# echo "blockmap_list=( ${blockmaps} )" >> $GITHUB_OUTPUT
# - name: Remove the blockmap files
# env:
Expand Down

0 comments on commit 3696109

Please sign in to comment.