debug: fix filename, convert to dir

This commit is contained in:
2024-10-03 03:21:30 -05:00
parent e8412a5cb3
commit 1a882ffbb4

View File

@@ -112,7 +112,8 @@ jobs:
echo "ARCHIVE_PATH=$(pwd)/$ARCHIVE" >> $GITHUB_ENV
- name: List all files
run: find "${{ env.ARCHIVE_PATH }}/../" -type f
shell: bash
run: find "$(dirname "${{ env.ARCHIVE_PATH }}")" -type f
- name: Verify Archive
shell: bash