Update build_bromite_dev.yaml

This commit is contained in:
uazo 2022-01-17 14:34:27 +01:00 committed by GitHub
parent 00e6db8635
commit 65b1cee998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -297,11 +297,11 @@ jobs:
|| \
autoninja -C out/bromite chrome_public_apk
- name: Release
uses: softprops/action-gh-release@v1
with:
draft: true
files: /home/lg/working_dir/chromium/src/out/bromite/apks/ChromePublic.apk
#- name: Release
# uses: softprops/action-gh-release@v1
# with:
# draft: true
# files: /home/lg/working_dir/chromium/src/out/bromite/apks/ChromePublic.apk
- name: Get ninja logs
shell: bash