From f5fe2596e35f1c8f78b20cfed4dbcc3118c155dd Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Tue, 26 Jul 2022 18:49:22 +0100 Subject: [PATCH] [build] Use arch-mingw-github-action v8 Fixes generated version info. --- .github/workflows/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 94162e1c..b843d1aa 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -19,7 +19,7 @@ jobs: - name: Build release id: build-release - uses: Joshua-Ashton/arch-mingw-github-action@v7 + uses: Joshua-Ashton/arch-mingw-github-action@v8 with: command: | export VERSION_NAME="${GITHUB_REF##*/}-${GITHUB_SHA##*/}"