Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
chore(publish): use the s3 publisher & provider for nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Jan 27, 2022
1 parent 16d9ee1 commit 9d9409b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions electron-builder-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,16 @@ mac:
entitlements: build-nightly/mac/entitlements.plist
entitlementsInherit: build-nightly/mac/entitlements.plist
icon: build-nightly/icon.icns
detectUpdateChannel: false
target:
- dmg
- zip

# appImage:
# systemIntegration: doNotAsk

linux:
# asarUnpack:
# - node_modules/@ledgerhq/ledger-core
artifactName: ${name}-${version}-${os}-${arch}.${ext}
category: Finance
icon: icons
detectUpdateChannel: false
target:
- target: AppImage
arch:
Expand All @@ -38,6 +35,7 @@ linux:
win:
artifactName: ${name}-${version}-${os}-${arch}.${ext}
icon: build-nightly/windows/app.ico
detectUpdateChannel: false
sign: scripts/sign-windows.js
signingHashAlgorithms:
- sha256
Expand All @@ -64,8 +62,7 @@ files:
# Exclude modules

publish:
- provider: github
- provider: s3
bucket: ledger-live-download-sandbox
region: eu-west-1
acl: private
acl: public-read

1 comment on commit 9d9409b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lint outputs ✅

Tests outputs ✅

PASS src/generate-cryptoassets-md.test.js

Test Suites: 1 skipped, 1 passed, 1 of 2 total
Tests: 5 skipped, 1 passed, 6 total
Snapshots: 0 total
Time: 2.021 s
Test results written to: report.json

Diff output ✅

Please sign in to comment.