Skip to content

Commit 11564b2

Browse files
remove artifacts path
1 parent 5a3a87b commit 11564b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,11 @@ jobs:
7474
# uses: actions/download-artifact@v4
7575
# with:
7676
# name: empower-plant-react-native-ios
77-
# path: ${{ env.APP_ARCHIVE_PATH }}
7877

7978
- name: Download Android APK
8079
uses: actions/download-artifact@v4
8180
with:
8281
name: empower-plant-react-native-android
83-
path: ${{ env.APK_PATH }}
8482

8583
- name: Create Release
8684
run: |

0 commit comments

Comments
 (0)