Skip to content

Commit 285d6c2

Browse files
authored
debug
1 parent 1f741cd commit 285d6c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/receive-beta-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Clear and copy to subfolder
2727
run: |
2828
SUBFOLDER="${{ github.event.client_payload.subfolder }}"
29+
echo "Copying to ${SUBFOLDER}"
2930
rm -rf "${SUBFOLDER}"/*
3031
mkdir -p "${SUBFOLDER}"
3132
mv temp-build/* "${SUBFOLDER}/"

0 commit comments

Comments
 (0)