Skip to content

Commit 5b58f23

Browse files
authored
,
1 parent 06ba695 commit 5b58f23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
if: success() && github.ref == 'refs/heads/master'
9797
uses: actions/upload-artifact@v4.6.2
9898
with:
99-
name: spoofed-${{ steps.release-name.outputs.name }}
99+
name: ${{ steps.release-name.outputs.name }}
100100
path: app/build/outputs/apk/spoofed/*.apk
101101

102102
build:
@@ -176,7 +176,7 @@ jobs:
176176
- name: Download Spoofed APK
177177
uses: actions/download-artifact@v4
178178
with:
179-
name: spoofed-${{ needs.spoofed-build.outputs.release-name }}
179+
name: ${{ needs.spoofed-build.outputs.release-name }}
180180
path: spoofed-apk
181181

182182
- name: Download Un-Spoofed Mappings

0 commit comments

Comments
 (0)