Skip to content

Commit 1e0c169

Browse files
committed
fixes
1 parent c5a7441 commit 1e0c169

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-apk.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: 🚀 Build APK
3737
id: build_apk
38-
working-directory: artifacts/rss-reader
38+
working-directory: reader
3939
run: |
4040
# Ensure repo-level node_modules bin is on PATH
4141
export PATH="$GITHUB_WORKSPACE/node_modules/.bin:$PATH"
@@ -47,6 +47,6 @@ jobs:
4747
with:
4848
tag_name: v${{ github.run_number }}
4949
name: Release v${{ github.run_number }}
50-
files: artifacts/rss-reader/app-release.apk
50+
files: artifacts/reader/app-release.apk
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)