Skip to content

Commit

Permalink
Use startsWith
Browse files Browse the repository at this point in the history
  • Loading branch information
timvaillancourt committed Aug 11, 2022
1 parent 6785c31 commit 7ec599c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# only upload binary artifact for current version
- name: Upload gh-ost binary artifact
uses: actions/upload-artifact@v3
if: ${{ contains(steps.setup-go.outputs.go-version, '1.18') }}
if: ${{ startsWith(steps.setup-go.outputs.go-version, '1.18') }}
with:
name: gh-ost
path: bin/gh-ost

0 comments on commit 7ec599c

Please sign in to comment.