File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments