Skip to content

Commit 81deaea

Browse files
authored
Merge pull request #88 from Lenny4/dev
Release
2 parents dd0febe + 6803227 commit 81deaea

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
xcopy .\script\ .\build\windows\x64\runner\Release\script\ /e
162162
- name: Zip release windows
163163
run: |
164-
move build/windows/runner/Release DeepFaceLabClient-windows
164+
move build/windows/x64/runner/Release DeepFaceLabClient-windows
165165
7z a -r DeepFaceLabClient-windows-${{ steps.currentTag.outputs.tag }}.zip DeepFaceLabClient-windows
166166
- name: Extract release notes # https://github.com/marketplace/actions/extract-release-notes
167167
id: extract-release-notes

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
### Removed
1212

13+
## [0.4.2] - 2023-09-16
14+
15+
### Fixed
16+
17+
- Fix release windows.
18+
1319
## [0.4.1] - 2023-09-16
1420

1521
### Added

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 0.4.1
19+
version: 0.4.2
2020

2121
environment:
2222
sdk: '>=2.19.4 <3.0.0'

0 commit comments

Comments
 (0)