Skip to content

Commit 2685fcd

Browse files
committed
build fixes
1 parent 553104b commit 2685fcd

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-linux-amd64.gz
4444
gunzip argo-linux-amd64.gz
4545
chmod +x argo-linux-amd64
46-
./argo-darwin-amd64 executor-plugin build ./manifests
46+
./argo-linux-amd64 executor-plugin build ./manifests
4747
- name: Push release tag
4848
run: |
4949
set -ue

0 commit comments

Comments
 (0)