Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
Clea F. Rees committed Jan 18, 2025
1 parent c83f7a9 commit 106a38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-exp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
id: build_ret
run: |
# buildret="${{ steps.thing.outputs.build_ret }}"
buildret=${{ matrix.my_result }}
buildret="${{ matrix.my_result }}"
modid="${{ matrix.mod_id }}"
if [ "$buildret" == "true" ]
then
Expand Down

0 comments on commit 106a38e

Please sign in to comment.