From 54a54184bc4566f674f26f93ecf7197e03075683 Mon Sep 17 00:00:00 2001 From: PartyDonut Date: Fri, 11 Oct 2024 18:52:05 +0200 Subject: [PATCH] Set build number for windows --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8bc61b..fcaad36 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,7 +112,7 @@ jobs: echo "APP_NAME=$APP_NAME" >> $Env:GITHUB_ENV echo "VERSION_NAME=$VERSION_NAME" >> $Env:GITHUB_ENV - flutter build windows + flutter build windows --build-name=$VERSION_NAME --build-number=$GITHUB_RUN_NUMBER - name: Archive Windows artifact uses: actions/upload-artifact@v4.0.0