We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6785c31 commit 7ec599cCopy full SHA for 7ec599c
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
# only upload binary artifact for current version
30
- name: Upload gh-ost binary artifact
31
uses: actions/upload-artifact@v3
32
- if: ${{ contains(steps.setup-go.outputs.go-version, '1.18') }}
+ if: ${{ startsWith(steps.setup-go.outputs.go-version, '1.18') }}
33
with:
34
name: gh-ost
35
path: bin/gh-ost
0 commit comments