Skip to content

Commit

Permalink
Hell yeah, for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
kckarnige committed Jan 25, 2024
1 parent 2ed9770 commit 6eb4d62
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">!!! Important Warning !!!</h1>
<h1 align="center">Local Install Build</h1>
<br>

<p align="center">This build is primarily for testing, <i><b>here be dragons!</b></i></p>
<p align="center">For those who can't build it themselves for one reason or another, here you go!</p>
<h1></h1>
5 changes: 5 additions & 0 deletions .github/test_release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<h1 align="center">!!! Important Warning !!!</h1>
<br>

<p align="center">This build is primarily for testing, <i><b>here be dragons!</b></i></p>
<h1></h1>
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
path: dist/ecsta-chromium.zip

release:
name: Upload to GitHub Releases
runs-on: ubuntu-latest
needs: [build]
steps:
Expand Down Expand Up @@ -101,8 +102,6 @@ jobs:
upload-crx:
name: Upload to Chrome Web Store
runs-on: ubuntu-latest
env:
EXTENSION_ID: jpdnfbcjclmhlebikidldibdlgjindpl
needs: [build]
steps:
- uses: actions/download-artifact@v2
Expand All @@ -112,7 +111,7 @@ jobs:

- uses: maoserr/[email protected]
with:
chrome_extension_id: eopjnahefjhnhfanplcjpbbdkpbagikk
chrome_extension_id: jpdnfbcjclmhlebikidldibdlgjindpl
client_id: ${{ secrets.CI_GOOGLE_CLIENT_ID }}
refresh_token: ${{ secrets.CI_GOOGLE_REFRESH_TOKEN }}
client_secret: ${{ secrets.CI_GOOGLE_CLIENT_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
name: Ecsta - Test build ${{ github.sha }}
draft: false
prerelease: true
body_path: .github/release.md
body_path: .github/test_release.md
files: |
release/ecsta-chromium.zip
release/ecsta-firefox.zip

0 comments on commit 6eb4d62

Please sign in to comment.