Skip to content

Commit 346394a

Browse files
diegoveloperbardezthiago-bardez-iterisfenghezhouvictormanuelfrancodev
authored
github action artifact updated (#219)
* Adding progressBorderColor property on progressBar (#196) * adding progressBorderColor on progressBar draw * fixing border colors on linear percent and adding examples * removing unnecessary parse comparsion on progress(double) * refactoring border correction symmetrics --------- Co-authored-by: Thiago Carvalho Ribeiro Bardez - TBA <thiago.bardez@iteris.com.br> * fix: divide 0 error when archType is not null (#200) * Check in linear percent indicator state is null if the size is null (#203) * Add function return current percent value if animation is true (#206) * Add an 'initialPercent' field to control the initial animation. (#209) * Update master.yml * Update release.yml * Update release.yml --------- Co-authored-by: Bardez <thiagobardez@gmail.com> Co-authored-by: Thiago Carvalho Ribeiro Bardez - TBA <thiago.bardez@iteris.com.br> Co-authored-by: fenghezhou <109515842+motionz-von@users.noreply.github.com> Co-authored-by: Victor Manuel Lagunas Franco <victormanuelfrancodev@gmail.com> Co-authored-by: Le Anh Phi <86833891+muonroi@users.noreply.github.com> Co-authored-by: Erik Fahlén <erfa90@gmail.com>
1 parent 6883791 commit 346394a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
steps:
1212
-
13-
uses: actions/checkout@v1
13+
uses: actions/checkout@v3
1414
-
1515
continue-on-error: true
1616
env:
@@ -33,16 +33,16 @@ jobs:
3333
run: "echo ${{ steps.config.outputs.version_name }}"
3434
-
3535
if: "steps.config.outputs.version_name == steps.previoustag.outputs.tag"
36-
name: "Compare Vresion"
36+
name: "Compare Version"
3737
run: |
3838
echo 'The version from your pubspec.yaml is the same as Release, Please update the version'
3939
exit 1
4040
-
41-
run: "echo ${{ steps.config.outputs.version_name }} > version.txt\n"
41+
run: "echo ${{ steps.config.outputs.version_name }} > version.txt"
4242
shell: bash
4343
-
4444
name: "Upload New Version"
45-
uses: actions/upload-artifact@v1
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: home
4848
path: version.txt
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
-
5555
name: Checkout
56-
uses: actions/checkout@v1
56+
uses: actions/checkout@v3
5757
-
5858
name: "Publish Package"
5959
uses: Omega365/actions-flutter-pub-publisher@master
@@ -70,7 +70,7 @@ jobs:
7070
steps:
7171
-
7272
name: "Download New Version"
73-
uses: actions/download-artifact@v1
73+
uses: actions/download-artifact@v4
7474
with:
7575
name: home
7676
-

0 commit comments

Comments
 (0)