File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,12 +110,12 @@ jobs:
110
110
uses : actions/download-artifact@v2
111
111
with :
112
112
name : artifact
113
- path : download
113
+ path : /tmp/ download
114
114
115
115
- name : Prepare
116
116
id : prepare
117
117
run : |
118
- echo "::set-output name=file::$(cd download && ls HALO-*-ubuntu*.bz2)"
118
+ echo "::set-output name=file::$(cd /tmp/ download && ls HALO-*-ubuntu*.bz2)"
119
119
echo "::set-output name=date::$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
120
120
tag=latest
121
121
if [[ $GITHUB_REF == refs/tags/Release/* ]]; then
@@ -144,7 +144,7 @@ jobs:
144
144
uses : docker/build-push-action@v2
145
145
with :
146
146
file : halo/utils/docker/runtime/Dockerfile.x86_64
147
- context : download
147
+ context : /tmp/ download
148
148
tags : |
149
149
localhost:5000/halo:sha-${{ github.sha }}
150
150
registry-intl.us-west-1.aliyuncs.com/computation/halo:${{steps.prepare.outputs.tag}}-runtime.x86_64-ubuntu18.04
@@ -171,5 +171,5 @@ jobs:
171
171
env :
172
172
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
173
173
with :
174
- files : download/*
174
+ files : /tmp/ download/*
175
175
name : ${{ steps.prepare.tag }}
You can’t perform that action at this time.
0 commit comments