aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-06-04 16:03:53 +0200
committersrdusr <trevorgray@srdusr.com>2024-06-04 16:03:53 +0200
commitab4febcb28f7ccb516a2e01964edd016408965a6 (patch)
tree9c73d921e230e27f43435d26b050de542245e16d /.github/workflows
parentbcb69fd15b2c4177af4148f9f4ff476448a1f4bc (diff)
downloaddotfiles-ab4febcb28f7ccb516a2e01964edd016408965a6.tar.gz
dotfiles-ab4febcb28f7ccb516a2e01964edd016408965a6.zip
Testing
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml7
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: |