diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-06-04 16:12:57 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-06-04 16:12:57 +0200 |
| commit | dc14557ea1466a743776d5423198b4969461fcfc (patch) | |
| tree | ddabd3152c735b3195bf4101ad611d4eff9588a3 /.github/workflows | |
| parent | c9f964481cd3cbef4710f644147a1a2f8fe85e3a (diff) | |
| download | dotfiles-dc14557ea1466a743776d5423198b4969461fcfc.tar.gz dotfiles-dc14557ea1466a743776d5423198b4969461fcfc.zip | |
Testing
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f50f8fa..e8cfc18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,10 @@ jobs: - name: Create zip file run: | cd $HOME/temp-dotfiles - zip -r $HOME/dotfiles.zip dotfiles + zip -r dotfiles.zip dotfiles + + - name: Move zip file to home directory + run: mv $HOME/temp-dotfiles/dotfiles.zip $HOME/dotfiles.zip - name: Clean up run: rm -rf $HOME/temp-dotfiles |
