From c2665260241b0c25fff1b3cb803fb9b56a1b2146 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 28 May 2024 23:49:13 +1200 Subject: [PATCH] test release --- .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 03ca3df..5584d53 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,5 +35,5 @@ jobs: id: create_release uses: ncipollo/release-action@v1 with: - tag: "$(git rev-parse --short=7 HEAD)" + commit: "master" artifacts: "dist/*-win-installer.exe,dist/*-win-portable.exe"