Skip to content

Commit

Permalink
Bash?
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jul 20, 2023
1 parent e5aacee commit 7319e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Find Maps
id: map_finder
run: |
echo "$(shopt -s extglob)"
bash shopt -s extglob
echo "$(ls -mw0 maps/!(*override*).json)" > maps_output.txt
sed -i -e s+maps/+\"+g -e s+.json+\"+g maps_output.txt
echo "Maps: $(cat maps_output.txt)"
Expand Down

0 comments on commit 7319e0b

Please sign in to comment.