mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-10 14:08:46 -06:00
debug: fix filename, convert to dir
This commit is contained in:
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user