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"