Skip to content

Commit

Permalink
set version 0.0.5, fix windows ci build path
Browse files Browse the repository at this point in the history
  • Loading branch information
briaguya-ai committed Mar 27, 2024
1 parent 300e440 commit b81464f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: windows
path: build/windows/runner/Release/*
path: build/windows/x64/runner/Release/*
build-linux:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/components/ephemeral_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class _EphemeralBarState extends State<EphemeralBar>
child: Row(
mainAxisAlignment: MainAxisAlignment.end,
children: [
Text('Retro: 0.0.5-alpha.2', style: textTheme.bodyMedium!.copyWith(
Text('Retro: 0.0.5', style: textTheme.bodyMedium!.copyWith(
color: colorScheme.onSurface,),
),
if (!isExpanded)
Expand Down

0 comments on commit b81464f

Please sign in to comment.