Skip to content

Commit b650a23

Browse files
committed
One Moar Time!
1 parent b5dfeb9 commit b650a23

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/buildtools.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ jobs:
6565
- name: Remove pre-built binaries
6666
run: |
6767
pushd master/examples/${{ matrix.directory }}
68-
ls -lhai *.dll ${{ matrix.buildname }}*
69-
rm ${{ matrix.buildname }} ${{ matrix.buildname }}.exe
68+
ls -lhai
69+
rm ${{ matrix.buildname }}
7070
popd
7171
7272
- name: Configure and build ${{ matrix.buildname }}
7373
run: |
7474
pushd master/examples/${{ matrix.directory }}
7575
cmake -S . -B build && cmake --build build -j$(nproc)
76-
ls -lhai *.dll ${{ matrix.buildname }}*
76+
ls -lhai
7777
popd
7878
7979
- name: Upload

0 commit comments

Comments
 (0)