From 5fc3c953619463a2a8eff689c61e0088cea8bdc0 Mon Sep 17 00:00:00 2001 From: MustardChef <68516357+MustardChef@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:48:45 +0000 Subject: [PATCH] Prepare for 2407.40000.4.0 update --- .github/workflows/update.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index d92e6f5..c09ee75 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -227,7 +227,8 @@ jobs: if: steps.checkTag3.outputs.exists == 'true' run: exit 1 - - name: Download Release Notes ๐Ÿ“ฅ + - name: Download Release Notes (WIF) ๐Ÿ“ฅ + if: inputs.release_type == 'WIF' run: | wget https://gist.github.com/MustardChef/edb0dfc50ab4942cd5914cef6a81602e/raw/ -P ${{ github.workspace }} -O Windows11x64.md wget https://gist.github.com/MustardChef/3ae3343bb98f6e158ce951ec09fd3661/raw/ -P ${{ github.workspace }} -O Windows11arm64.md @@ -235,6 +236,16 @@ jobs: ls env: GITHUB_WORKSPACE: ${{ github.workspace }} + + - name: Download Release Notes (RETAIL) ๐Ÿ“ฅ + if: inputs.release_type == 'retail' + run: | + wget https://gist.github.com/MustardChef/788d12344916043a7a3df9c1165b8843/raw/a8084d98b28cf650a60c74f3abf0484640bd36b7/Windows11x64retail.md -P ${{ github.workspace }} -O Windows11x64.md + wget https://gist.github.com/MustardChef/102fd29f091ff5f727cb7b508bd1433e/raw/3e6b97d18d28f0daefcdc7c6cfb6e62677ab40c5/Windows11arm64retail.md -P ${{ github.workspace }} -O Windows11arm64.md + wget https://gist.github.com/MustardChef/5b9c3dad6c3fc93f98209f0c15efc0fe/raw/5886a7c07f40b1b716dc9ab1cfb6b28326dde552/Windows10x64retail.md -P ${{ github.workspace }} -O Windows10x64.md + ls + env: + GITHUB_WORKSPACE: ${{ github.workspace }} - name: Update Release Notes for Windows 11 x64 notes๐Ÿ“ run: |