From 403ee540e9520fed3ae8aa62de2cdcb845a7ddbc Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Mon, 16 Dec 2024 06:54:10 +0300 Subject: [PATCH] Workflow --- .github/workflows/publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8b3cb43..f19c37f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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