We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ba695 commit 5b58f23Copy full SHA for 5b58f23
.github/workflows/release-ci.yml
@@ -96,7 +96,7 @@ jobs:
96
if: success() && github.ref == 'refs/heads/master'
97
uses: actions/upload-artifact@v4.6.2
98
with:
99
- name: spoofed-${{ steps.release-name.outputs.name }}
+ name: ${{ steps.release-name.outputs.name }}
100
path: app/build/outputs/apk/spoofed/*.apk
101
102
build:
@@ -176,7 +176,7 @@ jobs:
176
- name: Download Spoofed APK
177
uses: actions/download-artifact@v4
178
179
- name: spoofed-${{ needs.spoofed-build.outputs.release-name }}
+ name: ${{ needs.spoofed-build.outputs.release-name }}
180
path: spoofed-apk
181
182
- name: Download Un-Spoofed Mappings
0 commit comments