Skip to content

Commit f62b421

Browse files
authored
v1.26.4 (#64)
* ci: missing macos-13 artifact * chore: v1.26.4
1 parent 9bf228a commit f62b421

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
mkdir artifact
7070
mv windows-latest-artifact/*/* artifact/
7171
mv macos-14-artifact/*/* artifact/
72+
mv macos-13-artifact/*/* artifact/
7273
7374
- name: Generate checksum
7475
uses: jmgilman/actions-generate-checksum@v1

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.26.3
19+
version: 1.26.4
2020

2121
environment:
2222
sdk: '>=3.0.6 <4.0.0'

0 commit comments

Comments
 (0)