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 ac97ac9 commit 8c46279
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
channel: "stable"
architecture: x64
- run: flutter config --enable-macos-desktop
- run: cd lib && flutter analyze
- run: flutter build macos
- name: Release
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Copyright (C) 2024 Bo Lopker.
Copyright (C) 2024 Bollc.co.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

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+3
version: 1.0.0+4

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

0 comments on commit 8c46279

Please sign in to comment.