diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-06-04 15:55:56 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-06-04 15:55:56 +0200 |
| commit | bcb69fd15b2c4177af4148f9f4ff476448a1f4bc (patch) | |
| tree | 5f11d24c1e3312efff28a5b1105c0237c6c1e1ef /.github | |
| parent | 7d45cb71c64e8c0f063ba61fa4c903f387638af0 (diff) | |
| download | dotfiles-bcb69fd15b2c4177af4148f9f4ff476448a1f4bc.tar.gz dotfiles-bcb69fd15b2c4177af4148f9f4ff476448a1f4bc.zip | |
Testing
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 |
