Skip to content

Commit

Permalink
second typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willwade committed Jul 7, 2024
1 parent 9e4c86a commit 3a24dd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ jobs:
python-version: '3.10'

- name: List available artifacts
run: echo "Available artifacts: $(ls -1 /home/runner/work/ttsmms/ttsmms)"
run: |
echo "Available artifacts: $(ls -1 /home/runner/work/ttsmms/ttsmms)"
- name: Download wheels for linux
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 3a24dd3

Please sign in to comment.