Skip to content

Commit 15efef5

Browse files
committed
ci(release): fix build PGO file expr
Signed-off-by: Dwi Siswanto <[email protected]>
1 parent a34ea37 commit 15efef5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ env:
1515

1616
jobs:
1717
release:
18-
name: goreleaser-cross
1918
runs-on: ubuntu-latest
2019
container:
2120
image: ghcr.io/goreleaser/goreleaser-cross:latest
@@ -35,7 +34,7 @@ jobs:
3534
name: pgo
3635

3736
- name: Build PGO file
38-
run: '[[ ! -f "${{ env.PGO_FILE }}" ]] && make pgo'
37+
run: '[[ -f "${{ env.PGO_FILE }}" ]] || make pgo'
3938
if: (success() || failure())
4039

4140
- run: git config --global --add safe.directory "$(pwd)"

0 commit comments

Comments
 (0)