Skip to content

Commit

Permalink
fix workflow once and for all
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed Jan 10, 2025
1 parent 2f24bfe commit 5986ca6
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,8 @@ jobs:
- name: Get potential versions
id: get-targets
run: |
ls versions/
TARGETS=$(ls -d versions/*/ | xargs -n 1 basename | jq -Rc [inputs])
echo $TARGETS
echo "targets=$TARGETS" >> $GITHUB_ENV
test:
needs: retrieve-targets
runs-on: ubuntu-latest

steps:
- run: echo ${{ needs.retrieve-targets.outputs.targets }}
# - run: echo ${{ fromJson(needs.retrieve-targets.outputs.targets) }}
echo "targets=$TARGETS" >> $GITHUB_OUTPUT
build:
needs: retrieve-targets
Expand Down

0 comments on commit 5986ca6

Please sign in to comment.