Workflows: unzip symbols
This commit is contained in:
parent
610e898a71
commit
781a96d97f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
@ -34,6 +34,9 @@ jobs:
|
|||
mkdir -p ./release/whatsnew
|
||||
cp whatsnew.txt ./release/whatsnew/whatsnew-en-US
|
||||
|
||||
- name: Unzip Symbols
|
||||
run: unzip ./release/debug-symbols.zip -d ./release/symbols
|
||||
|
||||
- name: List Downloaded Files
|
||||
run: |
|
||||
ls -laR ./release
|
||||
|
|
Loading…
Reference in a new issue