We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1b2677 + fdc7336 commit 6e6495bCopy full SHA for 6e6495b
1 file changed
.github/workflows/binary-publish.yml
@@ -56,7 +56,7 @@ jobs:
56
AWS_SECRET_KEY: ${{ secrets.AWS_SECRET_KEY }}
57
VERSION: ${{ github.event.release.tag_name }}
58
- name: building binaries for eaas deployments
59
- uses: appleboy/ssh-action@v1.0.0
+ uses: appleboy/ssh-action@v0.1.7
60
env:
61
62
with:
@@ -69,6 +69,8 @@ jobs:
69
envs: VERSION
70
script: |
71
source ~/.bashrc
72
+ export PATH=$PATH:/usr/local/go/bin:/usr/bin
73
+ export GOPATH=/home/centos/go
74
./build.sh ${VERSION}
75
76
build-sls:
@@ -94,6 +96,8 @@ jobs:
94
96
95
97
98
99
100
101
./sls-build.sh ${VERSION} feat/true-sls
102
103
send-packer-event-arc:
0 commit comments