We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a7441 commit 1e0c169Copy full SHA for 1e0c169
1 file changed
.github/workflows/build-apk.yaml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: 🚀 Build APK
37
id: build_apk
38
- working-directory: artifacts/rss-reader
+ working-directory: reader
39
run: |
40
# Ensure repo-level node_modules bin is on PATH
41
export PATH="$GITHUB_WORKSPACE/node_modules/.bin:$PATH"
@@ -47,6 +47,6 @@ jobs:
47
with:
48
tag_name: v${{ github.run_number }}
49
name: Release v${{ github.run_number }}
50
- files: artifacts/rss-reader/app-release.apk
+ files: artifacts/reader/app-release.apk
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments