mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-10 06:08:42 -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
|
echo "ARCHIVE_PATH=$(pwd)/$ARCHIVE" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: List all files
|
- name: List all files
|
||||||
run: find "${{ env.ARCHIVE_PATH }}/../" -type f
|
shell: bash
|
||||||
|
run: find "$(dirname "${{ env.ARCHIVE_PATH }}")" -type f
|
||||||
|
|
||||||
- name: Verify Archive
|
- name: Verify Archive
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user