-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/1897-psk
- Loading branch information
Showing
5 changed files
with
10 additions
and
123 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 |
---|---|---|
|
@@ -205,51 +205,6 @@ jobs: | |
with: | ||
source-path: win32 | ||
|
||
#E2E - Start | ||
# - name: E2E - electron-builder | ||
# env: | ||
# CERTIFICATE_PATH: ${{ steps.write_file.outputs.filePath }} | ||
# WIN_CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }} | ||
# WINDOWS_ALIAS: ${{ secrets.WIN_ALIAS }} | ||
# working-directory: ./packages/desktop | ||
# run: node_modules/.bin/electron-builder --win | ||
# shell: bash | ||
|
||
# - name: E2E - Extract version | ||
# id: extract_version | ||
# uses: Saionaro/[email protected] | ||
# with: | ||
# path: packages/desktop | ||
|
||
# - name: E2E - FILE_NAME env | ||
# working-directory: ./packages/desktop/dist | ||
# run: echo "FILE_NAME=Quiet Setup ${{ steps.extract_version.outputs.version }}.exe" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append | ||
# shell: powershell | ||
|
||
# - name: E2E - Chmod | ||
# working-directory: ./packages/desktop/dist | ||
# run: chmod +x "$FILE_NAME" | ||
# shell: bash | ||
|
||
# - name: E2E - Install exe | ||
# run: Start-Process "Quiet Setup ${{ steps.extract_version.outputs.version }}.exe" -Wait | ||
# working-directory: ./packages/desktop/dist | ||
# shell: powershell | ||
|
||
# - name: E2E - Kill exe | ||
# run: Stop-Process -Name "Quiet" -Force | ||
# working-directory: ./packages/desktop/dist | ||
# shell: powershell | ||
|
||
# - name: E2E - Run smoke test | ||
# uses: nick-fields/retry@v2 | ||
# with: | ||
# timeout_minutes: 25 | ||
# max_attempts: 3 | ||
# shell: bash | ||
# command: cd packages/e2e-tests && npm run test smoke.crossplatform.test.ts | ||
#E2E - End | ||
|
||
- name: "Set electron-builder props" | ||
shell: bash | ||
run: echo "ELECTRON_BUILDER_PROPS=-c.publish.bucket=$S3_BUCKET" >> $GITHUB_ENV | ||
|
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ name: Deploy Android to Google Play | |
|
||
on: | ||
release: | ||
types: | ||
types: | ||
[prereleased, released] | ||
|
||
jobs: | ||
|
@@ -34,7 +34,7 @@ jobs: | |
with: | ||
ndk-version: r21e | ||
add-to-path: false | ||
|
||
- name: "Setup environment" | ||
uses: ./.github/actions/setup-env | ||
with: | ||
|
@@ -77,7 +77,7 @@ jobs: | |
mkdir -p distribution/whatsnew | ||
git log -1 --pretty=format:%s > distribution/whatsnew/whatsnew-pl-PL | ||
echo ${{ SECRETS.SERVICE_ACCOUNT_JSON }} | base64 --decode > google-play.json | ||
- name: "Upload to Google Play" | ||
uses: r0adkll/[email protected] | ||
with: | ||
|
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