diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-06-04 16:47:01 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-06-04 16:47:01 +0200 |
| commit | 40496b31e92e9a864b857054ccfc3d06aa4ee901 (patch) | |
| tree | 21da7e9dde73c43d88ed0689a1cceae56f509f68 /.github/workflows/release.yml | |
| parent | e77329f3542d4409ae1dfca0a8dd2d7cd6561865 (diff) | |
| download | dotfiles-40496b31e92e9a864b857054ccfc3d06aa4ee901.tar.gz dotfiles-40496b31e92e9a864b857054ccfc3d06aa4ee901.zip | |
Testing
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
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 |
