Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
castdrian committed Aug 3, 2023
1 parent 25be89c commit 2fb1705
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
run: |
curl -L -o Sparkle-2.4.2.tar.xz https://github.com/sparkle-project/Sparkle/releases/download/2.4.2/Sparkle-2.4.2.tar.xz
- name: Extract Sparkle
- name: Extract Sparkle and list files
run: |
tar -xJf Sparkle-2.4.2.tar.xz
ls -R Sparkle-2.4.2
ls -R
- name: Set executable bit for generate_appcast
run: chmod +x ./Sparkle-2.4.2/bin/generate_appcast

Expand Down

0 comments on commit 2fb1705

Please sign in to comment.