Skip to content

Commit ef5bcb4

Browse files
authored
Update FIRE-UNZIP.YML
1 parent 55bf9d6 commit ef5bcb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/FIRE-UNZIP.YML

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
run: |
3131
# Use ./ to reference the checked-out repository files
3232
ZIP_PATH="./avis_prj_scan_V1-08.zip"
33-
33+
UNZIP_PATH="./avis_prj_scan_V1-08"
3434
if [ -f "$ZIP_PATH" ]; then
3535
# Unzip using quotes to handle the space in the filename/path
36-
unzip -o "$ZIP_PATH" -d "./avis_prj_scan_V1-08"
36+
unzip -o "$ZIP_PATH" -d "UNZIP_PATH"
3737
echo "BASH: [ACK] Scroll extracted inside workspace."
3838
else
3939
echo "BASH: [NACK] $ZIP_PATH not found at $GITHUB_WORKSPACE"

0 commit comments

Comments
 (0)