Skip to content

Commit 2c6e48a

Browse files
committed
Update build.yml
1 parent 26dcc85 commit 2c6e48a

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -283,15 +283,11 @@ jobs:
283283
- name: Setup Sparkle
284284
id: get_version
285285
run: |
286-
curl -L -o Sparkle-2.5.2.tar.xz https://github.com/sparkle-project/Sparkle/releases/download/2.5.2/Sparkle-2.5.2.tar.xz
287-
tar -xJf Sparkle-2.5.2.tar.xz
286+
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
287+
tar -xJf Sparkle-2.4.2.tar.xz
288288
chmod +x ./bin/generate_appcast
289-
290-
- name: Make Appcast
291-
run: |
292-
echo "$SPARKLE_PRIV_KEY_MAC" | ./bin/generate_appcast --ed-key-file - --download-url-prefix https://github.com/khcrysalis/PlumeImpactor/releases/latest/download/ build/out/
293-
env:
294-
SPARKLE_PRIV_KEY_MAC: ${{ secrets.SPARKLE_PRIV_KEY_MAC }}
289+
echo ${{ secrets.SPARKLE_PRIV_KEY_MAC }} > sparkle_priv_key
290+
./bin/generate_appcast --ed-key-file ./sparkle_priv_key --download-url-prefix https://github.com/khcrysalis/PlumeImpactor/releases/latest/download/ build/out/
295291
296292
- name: Upload Universal DMG
297293
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)