diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-06-04 16:19:37 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-06-04 16:19:37 +0200 |
| commit | 255fe3ea936c3a66c8b655295f4bce74c5f634a6 (patch) | |
| tree | 850e2c3782c766ae8c6340eca2f62e28e4abd7f2 | |
| parent | dc14557ea1466a743776d5423198b4969461fcfc (diff) | |
| download | dotfiles-255fe3ea936c3a66c8b655295f4bce74c5f634a6.tar.gz dotfiles-255fe3ea936c3a66c8b655295f4bce74c5f634a6.zip | |
Testing
| -rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8cfc18..c65cf91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,9 @@ jobs: zip -r dotfiles.zip dotfiles - name: Move zip file to home directory - run: mv $HOME/temp-dotfiles/dotfiles.zip $HOME/dotfiles.zip + run: | + mv $HOME/temp-dotfiles/dotfiles.zip $HOME/dotfiles.zip + ls -lh $HOME/dotfiles.zip # Log file size to verify existence - name: Clean up run: rm -rf $HOME/temp-dotfiles |
