-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2309920
commit ce8ba56
Showing
3 changed files
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,19 +20,19 @@ jobs: | |
with: | ||
access_token: ${{ github.token }} | ||
|
||
update-pull-request-body: | ||
name: Add links to built extensions | ||
build-in-progress-message: | ||
name: | ||
if: github.repository == 'leather-wallet/extension' && github.actor != 'dependabot[bot]' | ||
runs-on: ubuntu-latest | ||
needs: | ||
- pre-run | ||
steps: | ||
- uses: kyranjamie/[email protected] | ||
with: | ||
header: '> Try out this version of Leather — [download extension builds](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}).' | ||
header: '> _Building Leather…_' | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
build_chrome_extension: | ||
build-chromium: | ||
name: Build debug Chrome extension | ||
runs-on: ubuntu-latest | ||
needs: | ||
|
@@ -64,7 +64,7 @@ jobs: | |
name: leather-chromium | ||
path: leather-chromium.zip | ||
|
||
build_firefox: | ||
build-firefox: | ||
name: Build debug Firefox extension | ||
runs-on: ubuntu-latest | ||
needs: | ||
|
@@ -98,3 +98,17 @@ jobs: | |
with: | ||
name: leather-firefox | ||
path: leather-firefox.zip | ||
|
||
add-download-link: | ||
name: Add link to built extensions | ||
if: github.repository == 'leather-wallet/extension' && github.actor != 'dependabot[bot]' | ||
runs-on: ubuntu-latest | ||
needs: | ||
- pre-run | ||
- build-chromium | ||
- build-firefox | ||
steps: | ||
- uses: kyranjamie/[email protected] | ||
with: | ||
header: '> Try out this version of Leather — [download extension builds](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}).' | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters