Skip to content

Commit 4d54975

Browse files
committed
[GR-18163] Make space before creating archive
PullRequest: truffleruby/3861
2 parents ff3dc4e + cd26025 commit 4d54975

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,13 @@ jobs:
117117

118118
- name: Create archive
119119
run: |
120-
cd $(dirname $(jt -u native graalvm-home))
121-
mv $(basename $(jt -u native graalvm-home)) truffleruby-native
120+
df -h
121+
mv "$(jt -u native graalvm-home)" "${{ github.workspace }}/truffleruby-native"
122+
rm -r mxbuild ../graal/sdk/mxbuild
123+
df -h
124+
cd ${{ github.workspace }}
122125
tar cf ${{ github.workspace }}/truffleruby-native.tar truffleruby-native
126+
ls -lh ${{ github.workspace }}/truffleruby-native.tar
123127
- uses: actions/upload-artifact@v2
124128
with:
125129
name: truffleruby-native

0 commit comments

Comments
 (0)