Skip to content

Commit 94bdca2

Browse files
committed
Fixed github action runner
1 parent e0fee10 commit 94bdca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
allowUpdates: true
145145
- uses: actions/upload-artifact@v4
146146
with:
147-
name: "app-release.apk"
147+
name: "app-release.aab"
148148
path: "app/build/app/outputs/bundle/release/app-release.aab"
149149
- uses: actions/upload-artifact@v4
150150
with:

0 commit comments

Comments
 (0)