Skip to content

Commit 054d7ee

Browse files
author
decryptable
committed
disable upload to artifact for signed release apk(s)
1 parent e0d4e37 commit 054d7ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release-app.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ jobs:
125125
env:
126126
BUILD_TOOLS_VERSION: "30.0.2"
127127

128-
- name: Upload release APK
129-
uses: actions/upload-artifact@v2
130-
with:
131-
name: app-release.apk
132-
path: ${{steps.sign_app.outputs.signedReleaseFile}}
128+
# - name: Upload release APK
129+
# uses: actions/upload-artifact@v2
130+
# with:
131+
# name: app-release.apk
132+
# path: ${{steps.sign_app.outputs.signedReleaseFile}}
133133

134134
- name: Echo APK
135135
run: echo Signed APK FILE ${{steps.sign_app.outputs.signedReleaseFile}}

0 commit comments

Comments
 (0)