From f790ac31be837a264a5fde494d999d602e920431 Mon Sep 17 00:00:00 2001 From: Lenny4 Date: Mon, 16 Sep 2024 20:08:05 -0400 Subject: [PATCH] fix release windows path --- .github/workflows/release.yml | 2 +- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3402c0c..6b4e271 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -161,7 +161,7 @@ jobs: xcopy .\script\ .\build\windows\x64\runner\Release\script\ /e - name: Zip release windows run: | - move build/windows/runner/Release DeepFaceLabClient-windows + move build/windows/x64/runner/Release DeepFaceLabClient-windows 7z a -r DeepFaceLabClient-windows-${{ steps.currentTag.outputs.tag }}.zip DeepFaceLabClient-windows - name: Extract release notes # https://github.com/marketplace/actions/extract-release-notes id: extract-release-notes diff --git a/CHANGELOG.md b/CHANGELOG.md index 1abbd66..fdb2c02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ ### Removed +## [0.4.2] - 2023-09-16 + +### Fixed + +- Fix release windows. + ## [0.4.1] - 2023-09-16 ### Added diff --git a/pubspec.yaml b/pubspec.yaml index b5e4f78..f95e563 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.4.1 +version: 0.4.2 environment: sdk: '>=2.19.4 <3.0.0'