Skip to content

Commit

Permalink
[*]n
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Dec 26, 2023
1 parent 436002a commit a0d23f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,19 @@ jobs:
flutter_distributor package --platform linux --target appimage
ls
pwd
cd dist
ls
pwd
cd 0.1.0-beta-2
ls
pwd
cd ../../
- name: Upload Dist Artifact
uses: actions/upload-artifact@v4
with:
name: Linux Artifact(Dist - AppImage)
path: dist
path: dist/*
dist-linux-deb:
needs:
- build-linux
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: 0.1.0-beta-2

environment:
sdk: '>=3.1.5 <4.0.0'
Expand Down

0 comments on commit a0d23f4

Please sign in to comment.