Skip to content

Commit 16a9e44

Browse files
committed
Update publish_release.yml
1 parent f14763e commit 16a9e44

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/publish_release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
tags:
66
- v*
77

8+
permissions:
9+
contents: write
10+
packages: write
11+
812
jobs:
913
build:
1014
runs-on: ubuntu-latest
@@ -42,4 +46,4 @@ jobs:
4246
with:
4347
generate_release_notes: true
4448
files: |
45-
app/release/app-release.apk
49+
app/build/outputs/apk/release/app-release.apk

0 commit comments

Comments
 (0)