Skip to content

Commit 14ec6ea

Browse files
committed
fix path
1 parent 538ec02 commit 14ec6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.4.3/argo-darwin-amd64.gz
4444
gunzip argo-darwin-amd64.gz
4545
chmod +x argo-darwin-amd64
46-
argo-darwin-amd64 executor-plugin build ./manifests
46+
./argo-darwin-amd64 executor-plugin build ./manifests
4747
- name: Push release tag
4848
run: |
4949
set -ue

0 commit comments

Comments
 (0)