diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-06-04 15:54:00 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-06-04 15:54:00 +0200 |
| commit | 7d45cb71c64e8c0f063ba61fa4c903f387638af0 (patch) | |
| tree | aa30c9704138f1f6a1add6ee6b77457438a11289 /.github/workflows | |
| parent | b7fece28fee155fc0a48ade2c67220eca409f89d (diff) | |
| download | dotfiles-7d45cb71c64e8c0f063ba61fa4c903f387638af0.tar.gz dotfiles-7d45cb71c64e8c0f063ba61fa4c903f387638af0.zip | |
Testing
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d148f4..8d18fd3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,9 +14,8 @@ jobs: run: | mkdir -p $HOME/temp-dotfiles cd $HOME/temp-dotfiles - curl -LOk https://github.com/srdusr/dotfiles/archive/dotfiles-main.zip - unzip dotfiles-main.zip - mv dotfiles-main dotfiles + curl -LOk https://github.com/srdusr/dotfiles/archive/main.zip + unzip main.zip -d dotfiles - name: Create zip file run: | |
