Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Feb 7, 2024
1 parent b4fd55f commit 7f549f5
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 @@ -22,7 +22,7 @@ jobs:
architecture: x64
- run: flutter config --enable-macos-desktop
- run: flutter pub get
- run: flutter anaylze
- run: flutter analyze
- run: flutter build macos
- name: Release
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: alic
description: "A little image compressor"
publish_to: "none"
version: 1.0.0+1
version: 1.0.0+2

environment:
sdk: ">=3.2.6 <4.0.0"
Expand Down

0 comments on commit 7f549f5

Please sign in to comment.