Skip to content

Commit

Permalink
use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
ale7714 committed Jan 15, 2025
1 parent eb1e02f commit 443a02f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-msi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
# Step 3: Only needed while we provide manual versions
- name: Check for existing version
shell: bash
run: |
if gh release view | grep "agent-${{ github.event.inputs.version }}.msi"; then
echo "Error: An artifact with version '${{ github.event.inputs.version }}' already exists. Please increment the version."
Expand Down

0 comments on commit 443a02f

Please sign in to comment.