Skip to content

Commit

Permalink
Fix job
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillanacosta authored Jan 23, 2025
1 parent 52d83f4 commit fe8a6bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
robot_jar=$(yq '.robot."robot-jar"' $config_file)
robot_wrapper=$(yq '.robot."robot-wrapper"' $config_file)
slimmer=$(yq '.slimmer' $config_file)
echo "slimmer=$slimmer" >> $GITHUB_ENV
echo "robot=$robot_wrapper" >> $GITHUB_ENV
echo "robot_jar=$robot_jar" >> $GITHUB_ENV
- name: Get slimmer and robot
run: |
wget ${{ env.slimmer }}
Expand Down

0 comments on commit fe8a6bc

Please sign in to comment.