From 978d4c64feea86fa09531985cff019c38f594152 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 17 Oct 2024 19:06:40 +0200 Subject: [PATCH] Fix build release --- .github/workflows/on_push.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/on_push.yml b/.github/workflows/on_push.yml index d1e83f7..71b3379 100644 --- a/.github/workflows/on_push.yml +++ b/.github/workflows/on_push.yml @@ -56,7 +56,7 @@ jobs: branching_model: "trunk-based" prefix: v main_branch_name: main - - + - name: Create tag uses: actions/github-script@v7 with: @@ -85,7 +85,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - + - name: Setup Node.js uses: actions/setup-node@v4 with: @@ -132,7 +132,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - + - name: Setup Node.js uses: actions/setup-node@v4 with: @@ -157,7 +157,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: artifacts-windows - path: release/wakatime-windows-*.exe + path: release/wakatime-win32-*.exe - name: Remove tag if failure if: ${{ failure() }}