From f6ab7177e2a12a5354a2f8d6dc39370ec3d7ec23 Mon Sep 17 00:00:00 2001 From: srdusr Date: Tue, 4 Jun 2024 16:37:01 +0200 Subject: Testing --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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 -- cgit v1.2.3