We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8d8d5 commit cd26025Copy full SHA for cd26025
.github/workflows/ci.yml
@@ -117,9 +117,13 @@ jobs:
117
118
- name: Create archive
119
run: |
120
- cd $(dirname $(jt -u native graalvm-home))
121
- mv $(basename $(jt -u native graalvm-home)) truffleruby-native
+ df -h
+ mv "$(jt -u native graalvm-home)" "${{ github.workspace }}/truffleruby-native"
122
+ rm -r mxbuild ../graal/sdk/mxbuild
123
124
+ cd ${{ github.workspace }}
125
tar cf ${{ github.workspace }}/truffleruby-native.tar truffleruby-native
126
+ ls -lh ${{ github.workspace }}/truffleruby-native.tar
127
- uses: actions/upload-artifact@v2
128
with:
129
name: truffleruby-native
0 commit comments