aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-06-04 15:54:00 +0200
committersrdusr <trevorgray@srdusr.com>2024-06-04 15:54:00 +0200
commit7d45cb71c64e8c0f063ba61fa4c903f387638af0 (patch)
treeaa30c9704138f1f6a1add6ee6b77457438a11289
parentb7fece28fee155fc0a48ade2c67220eca409f89d (diff)
downloaddotfiles-7d45cb71c64e8c0f063ba61fa4c903f387638af0.tar.gz
dotfiles-7d45cb71c64e8c0f063ba61fa4c903f387638af0.zip
Testing
-rw-r--r--.github/workflows/release.yml5
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: |