Skip to content

Commit 6eb4d62

Browse files
committed
Hell yeah, for real this time
1 parent 2ed9770 commit 6eb4d62

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.github/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<h1 align="center">!!! Important Warning !!!</h1>
1+
<h1 align="center">Local Install Build</h1>
22
<br>
33

4-
<p align="center">This build is primarily for testing, <i><b>here be dragons!</b></i></p>
4+
<p align="center">For those who can't build it themselves for one reason or another, here you go!</p>
55
<h1></h1>

.github/test_release.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<h1 align="center">!!! Important Warning !!!</h1>
2+
<br>
3+
4+
<p align="center">This build is primarily for testing, <i><b>here be dragons!</b></i></p>
5+
<h1></h1>

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
path: dist/ecsta-chromium.zip
3535

3636
release:
37+
name: Upload to GitHub Releases
3738
runs-on: ubuntu-latest
3839
needs: [build]
3940
steps:
@@ -101,8 +102,6 @@ jobs:
101102
upload-crx:
102103
name: Upload to Chrome Web Store
103104
runs-on: ubuntu-latest
104-
env:
105-
EXTENSION_ID: jpdnfbcjclmhlebikidldibdlgjindpl
106105
needs: [build]
107106
steps:
108107
- uses: actions/download-artifact@v2
@@ -112,7 +111,7 @@ jobs:
112111

113112
- uses: maoserr/chrome_extension_publish@v1.0.3
114113
with:
115-
chrome_extension_id: eopjnahefjhnhfanplcjpbbdkpbagikk
114+
chrome_extension_id: jpdnfbcjclmhlebikidldibdlgjindpl
116115
client_id: ${{ secrets.CI_GOOGLE_CLIENT_ID }}
117116
refresh_token: ${{ secrets.CI_GOOGLE_REFRESH_TOKEN }}
118117
client_secret: ${{ secrets.CI_GOOGLE_CLIENT_SECRET }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
name: Ecsta - Test build ${{ github.sha }}
7474
draft: false
7575
prerelease: true
76-
body_path: .github/release.md
76+
body_path: .github/test_release.md
7777
files: |
7878
release/ecsta-chromium.zip
7979
release/ecsta-firefox.zip

0 commit comments

Comments
 (0)