aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-06-04 16:37:01 +0200
committersrdusr <trevorgray@srdusr.com>2024-06-04 16:37:01 +0200
commitf6ab7177e2a12a5354a2f8d6dc39370ec3d7ec23 (patch)
treee2c8a1b7a52303a4d1f3539ce31694abed9d8bd9 /.github
parent255fe3ea936c3a66c8b655295f4bce74c5f634a6 (diff)
downloaddotfiles-f6ab7177e2a12a5354a2f8d6dc39370ec3d7ec23.tar.gz
dotfiles-f6ab7177e2a12a5354a2f8d6dc39370ec3d7ec23.zip
Testing
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c65cf91..82c49f4 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
- name: Move zip file to home directory
run: |
mv $HOME/temp-dotfiles/dotfiles.zip $HOME/dotfiles.zip
- ls -lh $HOME/dotfiles.zip # Log file size to verify existence
+ ls -lh $HOME/dotfiles.zip # Verify existence after move (optional)
- name: Clean up
run: rm -rf $HOME/temp-dotfiles