aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 82c49f4..76c68fa 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -32,7 +32,9 @@ jobs:
ls -lh $HOME/dotfiles.zip # Verify existence after move (optional)
- name: Clean up
- run: rm -rf $HOME/temp-dotfiles
+ run: |
+ rm -rf $HOME/temp-dotfiles
+ echo $HOME
- name: Create GitHub Release
id: create_release