Skip to content

Commit 198ab3d

Browse files
committed
Fix workflow
1 parent 701df4b commit 198ab3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/upload-artifact@v4
3838
with:
3939
name: apk
40-
path: app/build/outputs/apk/githubRelease
40+
path: app/build/outputs/apk/release
4141

4242
release:
4343
name: Release Apk
@@ -53,4 +53,4 @@ jobs:
5353
id: create-release
5454
uses: softprops/action-gh-release@v2
5555
with:
56-
files: apk/app-githubRelease.apk
56+
files: apk/app-release.apk

0 commit comments

Comments
 (0)