Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cnwxi committed Jun 12, 2024
1 parent 0882ce6 commit d9106b7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
inputs:
release:
description: 'Create a new release'
required: false
required: true
default: 'false'
type: boolean
version:
Expand Down Expand Up @@ -134,7 +134,6 @@ jobs:
artifacts: 'dist/*'
allowUpdates: true
makeLatest: true
shell: pwsh

- name: Create Release unix
if: matrix.os != 'windows-latest'
Expand All @@ -145,5 +144,4 @@ jobs:
body: ${{ steps.chech_unix.outputs.BODY }}
artifacts: 'dist/*'
allowUpdates: true
makeLatest: true
shell: bash
makeLatest: true

0 comments on commit d9106b7

Please sign in to comment.