diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-06-04 16:03:53 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-06-04 16:03:53 +0200 |
| commit | ab4febcb28f7ccb516a2e01964edd016408965a6 (patch) | |
| tree | 9c73d921e230e27f43435d26b050de542245e16d /.github/workflows/release.yml | |
| parent | bcb69fd15b2c4177af4148f9f4ff476448a1f4bc (diff) | |
| download | dotfiles-ab4febcb28f7ccb516a2e01964edd016408965a6.tar.gz dotfiles-ab4febcb28f7ccb516a2e01964edd016408965a6.zip | |
Testing
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31849e1..2403982 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,11 +14,12 @@ jobs: run: | mkdir -p $HOME/temp-dotfiles cd $HOME/temp-dotfiles + echo "Downloading dotfiles-main.zip..." curl -LOk https://github.com/srdusr/dotfiles/archive/main.zip + ls -lh main.zip # Log file size unzip main.zip -d dotfiles - - - name: List contents of extracted directory (for debugging) - run: ls -la $HOME/temp-dotfiles/dotfiles + mv dotfiles/dotfiles-main dotfiles + ls -lh dotfiles # Log extracted files - name: Create zip file run: | |
