We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55bf9d6 commit ef5bcb4Copy full SHA for ef5bcb4
1 file changed
.github/workflows/FIRE-UNZIP.YML
@@ -30,10 +30,10 @@ jobs:
30
run: |
31
# Use ./ to reference the checked-out repository files
32
ZIP_PATH="./avis_prj_scan_V1-08.zip"
33
-
+ UNZIP_PATH="./avis_prj_scan_V1-08"
34
if [ -f "$ZIP_PATH" ]; then
35
# Unzip using quotes to handle the space in the filename/path
36
- unzip -o "$ZIP_PATH" -d "./avis_prj_scan_V1-08"
+ unzip -o "$ZIP_PATH" -d "UNZIP_PATH"
37
echo "BASH: [ACK] Scroll extracted inside workspace."
38
else
39
echo "BASH: [NACK] $ZIP_PATH not found at $GITHUB_WORKSPACE"
0 commit comments