We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553104b commit 2685fcdCopy full SHA for 2685fcd
.github/workflows/release.yaml
@@ -43,7 +43,7 @@ jobs:
43
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v3.4.3/argo-linux-amd64.gz
44
gunzip argo-linux-amd64.gz
45
chmod +x argo-linux-amd64
46
- ./argo-darwin-amd64 executor-plugin build ./manifests
+ ./argo-linux-amd64 executor-plugin build ./manifests
47
- name: Push release tag
48
run: |
49
set -ue
0 commit comments