We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a18d1d commit b762d2bCopy full SHA for b762d2b
.github/workflows/build.yml
@@ -40,6 +40,6 @@ jobs:
40
uses: svenstaro/upload-release-action@v2
41
with:
42
repo_token: ${{ secrets.GITHUB_TOKEN }}
43
- file: cmd/gitpos/gitops${{ matrix.artifact_suffix }}
+ file: ${{ github.workspace }}/cmd/gitops/gitops${{ matrix.artifact_suffix }}
44
asset_name: gitops_${{ matrix.os_name }}_${{ matrix.arch }}${{ matrix.artifact_suffix }}
45
tag: ${{ github.ref }}
0 commit comments