Skip to content

Commit b762d2b

Browse files
committed
fix(ci): typo
1 parent 8a18d1d commit b762d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
uses: svenstaro/upload-release-action@v2
4141
with:
4242
repo_token: ${{ secrets.GITHUB_TOKEN }}
43-
file: cmd/gitpos/gitops${{ matrix.artifact_suffix }}
43+
file: ${{ github.workspace }}/cmd/gitops/gitops${{ matrix.artifact_suffix }}
4444
asset_name: gitops_${{ matrix.os_name }}_${{ matrix.arch }}${{ matrix.artifact_suffix }}
4545
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)