Skip to content

Commit 00cbcc5

Browse files
committed
removed directory
1 parent 253973f commit 00cbcc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,9 @@ jobs:
184184

185185
- name: Update repo
186186
run: |
187-
cp artifacts/*/*.tgz .
187+
mv artifacts/*/*.tgz .
188188
helm repo index . --url "https://github.com/gchq/gaffer-docker/releases/download/${{ github.event.milestone.title }}"
189189
rm *.tgz
190+
rm -r artifacts
190191
git commit -am "Updated index.yaml"
191192
git push

0 commit comments

Comments
 (0)