Skip to content

Commit 54a0dfa

Browse files
committed
rename releases to willow2
1 parent 96f69ac commit 54a0dfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
if: inputs.new-release-tag != '' && startswith(matrix.preset, 'msvc')
7373
run: |
7474
python prepare_release.py ${{ matrix.preset }} --skip-install
75-
mv willow-sdk-${{ matrix.preset }}.zip willow-sdk.zip
75+
mv willow2-sdk-${{ matrix.preset }}.zip willow2-sdk.zip
7676
7777
- name: Upload Artifact
7878
if: inputs.new-release-tag == '' || startswith(matrix.preset, 'msvc')

prepare_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def zip_release(
343343

344344
assert install_dir.exists() and install_dir.is_dir(), "install dir doesn't exist"
345345

346-
name = f"willow-sdk-{args.preset}.zip"
346+
name = f"willow2-sdk-{args.preset}.zip"
347347
print(f"Zipping {name} ...")
348348

349349
zip_release(Path(name), ALL_MOD_FOLDERS, "debug" in args.preset, install_dir)

0 commit comments

Comments
 (0)