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
|
- name: Use What's New Message
|
||||||
run: |
|
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
|
- name: List Downloaded Files
|
||||||
run: ls -l ./release
|
run: ls -l ./release
|
||||||
|
@ -51,5 +52,5 @@ jobs:
|
||||||
debugSymbols: "./symbols.zip"
|
debugSymbols: "./symbols.zip"
|
||||||
track: production
|
track: production
|
||||||
status: completed
|
status: completed
|
||||||
whatsNewDirectory: ./release
|
whatsNewDirectory: ./release/whatsnew
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue