aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-06-04 16:43:49 +0200
committersrdusr <trevorgray@srdusr.com>2024-06-04 16:43:49 +0200
commite77329f3542d4409ae1dfca0a8dd2d7cd6561865 (patch)
tree4269a93d20caa829f9b665f432e0ca6dbd452a50 /.github/workflows
parentf6ab7177e2a12a5354a2f8d6dc39370ec3d7ec23 (diff)
downloaddotfiles-e77329f3542d4409ae1dfca0a8dd2d7cd6561865.tar.gz
dotfiles-e77329f3542d4409ae1dfca0a8dd2d7cd6561865.zip
Testing
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