Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #206 from otwarty-wykop-mobilny/updates
Browse files Browse the repository at this point in the history
Attach apk to release page
  • Loading branch information
mateuszkwiecinski authored Mar 2, 2022
2 parents 29a31d7 + 6294e51 commit 4d6bc99
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/after_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
13 changes: 11 additions & 2 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -31,7 +31,7 @@ jobs:
WYKOP_SECRETKEY: ${{ secrets.WYKOP_SECRETKEY }}
WYKOP_GOOGLEKEY: ${{ secrets.WYKOP_GOOGLEKEY }}
with:
arguments: bundleRelease -PuploadMapping=true
arguments: assembleRelease bundleRelease -PuploadMapping=true

- uses: r0adkll/[email protected]
with:
Expand All @@ -40,3 +40,12 @@ jobs:
releaseFiles: app/build/outputs/bundle/release/*.aab
track: internal
mappingFile: app/build/outputs/mapping/release/mapping.txt

- uses: actions/upload-artifact@v2
with:
name: apk
path: app/build/outputs/apk/release/*.apk

- uses: softprops/[email protected]
with:
files: app/build/outputs/apk/release/*.apk
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
apiVersion: [ 25, 28, 30, 31 ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
screenshot_test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_diffuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down

0 comments on commit 4d6bc99

Please sign in to comment.