diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-06-04 16:37:01 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-06-04 16:37:01 +0200 |
| commit | f6ab7177e2a12a5354a2f8d6dc39370ec3d7ec23 (patch) | |
| tree | e2c8a1b7a52303a4d1f3539ce31694abed9d8bd9 /.github/workflows | |
| parent | 255fe3ea936c3a66c8b655295f4bce74c5f634a6 (diff) | |
| download | dotfiles-f6ab7177e2a12a5354a2f8d6dc39370ec3d7ec23.tar.gz dotfiles-f6ab7177e2a12a5354a2f8d6dc39370ec3d7ec23.zip | |
Testing
Diffstat (limited to '.github/workflows')
| -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 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 |
