aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-06-04 16:47:01 +0200
committersrdusr <trevorgray@srdusr.com>2024-06-04 16:47:01 +0200
commit40496b31e92e9a864b857054ccfc3d06aa4ee901 (patch)
tree21da7e9dde73c43d88ed0689a1cceae56f509f68
parente77329f3542d4409ae1dfca0a8dd2d7cd6561865 (diff)
downloaddotfiles-40496b31e92e9a864b857054ccfc3d06aa4ee901.tar.gz
dotfiles-40496b31e92e9a864b857054ccfc3d06aa4ee901.zip
Testing
-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 76c68fa..0a82f5f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
- name: Move zip file to home directory
run: |
- mv $HOME/temp-dotfiles/dotfiles.zip $HOME/dotfiles.zip
+ mv /home/runner/temp-dotfiles/dotfiles.zip /home/runner/dotfiles.zip
ls -lh $HOME/dotfiles.zip # Verify existence after move (optional)
- name: Clean up