Skip to content

Commit 8fd5847

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

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
@@ -210,8 +210,8 @@ jobs:
210210
working-directory: code
211211

212212
# all
213-
- name: Archive Flutter symbols
214-
run: zip --recurse-paths flutter-${{ matrix.file }}-symbols.zip .
213+
- name: Archive Flutter ${{ matrix.file }} symbols
214+
run: zip --recurse-paths ${{ github.workspace }}/code/flutter-${{ matrix.file }}-symbols.zip .
215215
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

0 commit comments

Comments
 (0)