File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,13 +87,13 @@ jobs:
87
87
needs : build
88
88
steps :
89
89
- name : Download unsigned APK
90
- uses : actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578
90
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
91
91
with :
92
92
name : bisq-release.apk
93
93
path : app/build/outputs/apk/release
94
94
95
95
- name : Download unsigned AAB
96
- uses : actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578
96
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
97
97
with :
98
98
name : bisq-release.aab
99
99
path : app/build/outputs/bundle/release
@@ -151,13 +151,13 @@ jobs:
151
151
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
152
152
153
153
- name : Download signed APK
154
- uses : actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578
154
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
155
155
with :
156
156
name : bisq-release-signed.apk
157
157
path : app/build/outputs/apk/release
158
158
159
159
- name : Download signed AAB
160
- uses : actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578
160
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
161
161
with :
162
162
name : bisq-release-signed.aab
163
163
path : app/build/outputs/bundle/release
You can’t perform that action at this time.
0 commit comments