Skip to content

Commit 38f8fea

Browse files
authored
Update ci.yml
1 parent 797ff13 commit 38f8fea

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,9 @@ jobs:
258258
- name: Remove dev config
259259
if: ${{ matrix.app-dotnet == 'netcoreapp3.1' }}
260260
run: |
261-
find "${{ steps.cli.outputs.download-path }}" -type f -name '*.dev.json' -delete
261+
cd "${{ steps.cli.outputs.download-path }}"
262+
ls *.json
263+
find . -type f -name '*.dev.json' -delete
262264
263265
- name: Upload repack
264266
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)