Skip to content

Commit

Permalink
fix: engine aria2 bin path 20230327 (#1405)
Browse files Browse the repository at this point in the history
* fix: engine aria2 bin

* chore: upgrade github actions release node version

* chore: github actions skip notarization if not tag
  • Loading branch information
agalwood authored Mar 27, 2023
1 parent a8846ea commit 6b2deb8
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1
Expand All @@ -33,7 +33,7 @@ jobs:
snapcraft_token: ${{ secrets.snapcraft_token }}

- name: Prepare for app notarization (macOS)
if: startsWith(matrix.os, 'macos')
if: startsWith(matrix.os, 'macos') && startsWith(github.ref, 'refs/tags/v')
# Import Apple API key for app notarization on macOS
run: |
mkdir -p ~/private_keys/
Expand Down
File renamed without changes.
Binary file added extra/darwin/x64/engine/aria2c
Binary file not shown.
Binary file removed extra/darwin/x86/engine/aria2c
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ auto-save-interval=10
# Enable disk cache.
disk-cache=32M
# Specify file allocation method.
file-allocation=falloc
file-allocation=none
# Save error/unfinished downloads to a file specified by --save-session option every SEC seconds.
save-session-interval=10

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6b2deb8

Please sign in to comment.