diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d18fd3..31849e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,9 @@ jobs: curl -LOk https://github.com/srdusr/dotfiles/archive/main.zip unzip main.zip -d dotfiles + - name: List contents of extracted directory (for debugging) + run: ls -la $HOME/temp-dotfiles/dotfiles + - name: Create zip file run: | cd $HOME/temp-dotfiles |
