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 b1254a7 commit 67e3446Copy full SHA for 67e3446
.github/workflows/deployment.yml
@@ -211,8 +211,8 @@ jobs:
211
212
# all
213
- name: Archive Flutter symbols
214
- run: zip --recurse-paths flutter-${{ matrix.file }}-symbols.zip $FLUTTER_DEBUG_INFO_PATH
215
- working-directory: code
+ run: zip --recurse-paths flutter-${{ matrix.file }}-symbols.zip .
+ working-directory: code/${{ env.FLUTTER_DEBUG_INFO_PATH }}
216
- name: Upload the artifacts — flutter-${{ matrix.file }}-symbols.zip file
217
uses: actions/upload-artifact@726a6dcd0199f578459862705eed35cda05af50b # v2.2.1
218
with:
0 commit comments