Skip to content

Commit

Permalink
fix: ci mac
Browse files Browse the repository at this point in the history
  • Loading branch information
dungngminh committed Jul 7, 2023
1 parent 1f85b78 commit eabda02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
uses: thedoctor0/zip-release@master
with:
type: "zip"
filename: app_creaty-${{github.ref_name}}-macos.zip
filename: app_creaty-${{steps.version.outputs.version-number}}-macos.zip
directory: build/macos/Build/Products/Release
- name: Release to github
uses: softprops/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: App Creaty - Drag n Drop Mobile Developement Tool

publish_to: "none"

version: 0.9.4
version: 0.9.5

environment:
sdk: ">=3.0.0"
Expand Down

0 comments on commit eabda02

Please sign in to comment.