Skip to content

Commit

Permalink
fix: windows release file
Browse files Browse the repository at this point in the history
  • Loading branch information
Plat committed Sep 14, 2022
1 parent 20c9cea commit 9408c35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
type: 'zip'
filename: Real-CUGAN-GUI-${{ github.ref_name }}-windows.zip
directory: build/windows/runner/Release
exclusions: 'data *.dll'
- name: Windows Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import 'package:path/path.dart' as path;
import 'package:window_size/window_size.dart';

const _projectTitle = 'Real-CUGAN-GUI';
const _projectVersion = '1.2.0';
const _projectVersion = '1.2.1';

void main() async {
// おまじない
Expand Down

0 comments on commit 9408c35

Please sign in to comment.