Skip to content

Commit af9a99c

Browse files
[skip ci] Fix duplicate artifact name fields in workflow file
Remove duplicate 'name' fields in upload artifact steps that were causing workflow parsing errors.
1 parent 3f1fbba commit af9a99c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/manual.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,12 @@ jobs:
156156
if: env.BUILD_APP == 'true'
157157
uses: actions/upload-artifact@v4
158158
with:
159-
name: app-release-unsigned
160159
name: app-debug
161160
path: app/build/outputs/apk/debug/app-debug.apk
162161
- name: Upload humanoperator APK
163162
if: env.BUILD_HUMANOPERATOR == 'true'
164163
uses: actions/upload-artifact@v4
165164
with:
166-
name: humanoperator-release-unsigned
167165
name: humanoperator-debug
168166
path: humanoperator/build/outputs/apk/debug/humanoperator-debug.apk
169167
- name: Build summary

0 commit comments

Comments
 (0)