Workflow
This commit is contained in:
parent
9384f41159
commit
403ee540e9
1 changed files with 3 additions and 2 deletions
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
@ -34,7 +34,8 @@ jobs:
|
|||
|
||||
- name: Use What's New Message
|
||||
run: |
|
||||
cp whatsnew.txt ./release/whatsnew-en-US.txt
|
||||
mkdir ./release/whatsnew
|
||||
cp whatsnew.txt ./release/whatsnew/whatsnew-en-US.txt
|
||||
|
||||
- name: List Downloaded Files
|
||||
run: ls -l ./release
|
||||
|
@ -51,5 +52,5 @@ jobs:
|
|||
debugSymbols: "./symbols.zip"
|
||||
track: production
|
||||
status: completed
|
||||
whatsNewDirectory: ./release
|
||||
whatsNewDirectory: ./release/whatsnew
|
||||
|
||||
|
|
Loading…
Reference in a new issue