Skip to content

Commit 67e3446

Browse files
committed
Update deployment.yml
1 parent b1254a7 commit 67e3446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ jobs:
211211

212212
# all
213213
- name: Archive Flutter symbols
214-
run: zip --recurse-paths flutter-${{ matrix.file }}-symbols.zip $FLUTTER_DEBUG_INFO_PATH
215-
working-directory: code
214+
run: zip --recurse-paths flutter-${{ matrix.file }}-symbols.zip .
215+
working-directory: code/${{ env.FLUTTER_DEBUG_INFO_PATH }}
216216
- name: Upload the artifacts — flutter-${{ matrix.file }}-symbols.zip file
217217
uses: actions/upload-artifact@726a6dcd0199f578459862705eed35cda05af50b # v2.2.1
218218
with:

0 commit comments

Comments
 (0)