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 67e3446 commit 8fd5847Copy full SHA for 8fd5847
.github/workflows/deployment.yml
@@ -210,8 +210,8 @@ jobs:
210
working-directory: code
211
212
# all
213
- - name: Archive Flutter symbols
214
- run: zip --recurse-paths flutter-${{ matrix.file }}-symbols.zip .
+ - name: Archive Flutter ${{ matrix.file }} symbols
+ run: zip --recurse-paths ${{ github.workspace }}/code/flutter-${{ matrix.file }}-symbols.zip .
215
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
0 commit comments