Skip to content

Commit

Permalink
shell globbing bobbing
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 19, 2024
1 parent 77580f6 commit 8ae1ff2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build-simulators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target }}-simulator-${{ github.ref_name }}
path: |
${{
format(
'ot3-firmware/build-host/{0}/simulator/{1}-simulator',
contains(matrix.target, 'gantry') && 'gantry' || contains(matrix.target, 'pipettes') && 'pipettes' || matrix.target,
matrix.target
)
}}
path: ./ot3-firmware/build-host/*/simulator/*-simulator

0 comments on commit 8ae1ff2

Please sign in to comment.