Skip to content

Commit

Permalink
fix build error and propagate to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pbarbenheim committed Feb 13, 2024
1 parent 29a283f commit e9a5968
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Flutter Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: thedoctor0/zip-release@main
with:
type: "tar"
filename: github-release/julog-${{github.ref_name}}-linux.tar.gz
filename: github-release/julog-${{github.ref_name}}-linux-x64.tar.gz
directory: build/linux/x64/release/bundle
exclusions: "github-release .git"
- name: Linux Release
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: Minionguyjpro/[email protected]
with:
path: windows/innosetup/setup.iss
options: /O+ /F"julog-windows-setup"
options: /O+ /F"julog-windows-x64-setup"
- name: Windows Release setup.exe
uses: softprops/action-gh-release@4634c16e79c963813287e889244c50009e7f0981
if: startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
uses: thedoctor0/zip-release@main
with:
type: "zip"
filename: julog-${{github.ref_name}}-macos.zip
filename: julog-${{github.ref_name}}-macos-x64.zip
directory: build/macos/Build/Products/Release
- name: macOS Release
uses: softprops/action-gh-release@4634c16e79c963813287e889244c50009e7f0981
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+1
version: 1.0.1+1

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

0 comments on commit e9a5968

Please sign in to comment.