Skip to content

Commit

Permalink
Fix build release
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Oct 17, 2024
1 parent 2da5918 commit 978d4c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
branching_model: "trunk-based"
prefix: v
main_branch_name: main
-
-
name: Create tag
uses: actions/github-script@v7
with:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
-
-
name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
-
-
name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -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() }}
Expand Down

0 comments on commit 978d4c6

Please sign in to comment.