Skip to content

Commit

Permalink
list files in upload dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckisson committed May 7, 2024
1 parent d341679 commit 1404785
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CI/deploy-mudlet-for-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,9 @@ moveToUploadDir() {
fi

echo "=== Moving files to upload directory ==="
ls "${PACKAGE_DIR}"
mv "${PACKAGE_DIR}/" "$uploadDir/"
echo "=== Listing files in upload directory ==="
ls "$uploadDir"

# Append these variables to the GITHUB_ENV to make them available in subsequent steps
echo "FOLDER_TO_UPLOAD=$uploadDir" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 1404785

Please sign in to comment.