File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 73
73
74
74
- name : Create archive
75
75
run : |
76
- cd $(dirname $( jt ruby-home))
77
- mv $(basename $(jt ruby-home)) truffleruby-jvm
76
+ mv "$( jt -u jvm ruby-home)" "${{ github.workspace }}/truffleruby-jvm"
77
+ cd ${{ github.workspace }}
78
78
tar cf ${{ github.workspace }}/truffleruby-jvm.tar truffleruby-jvm
79
79
- uses : actions/upload-artifact@v2
80
80
with :
@@ -115,13 +115,9 @@ jobs:
115
115
116
116
- name : Create archive
117
117
run : |
118
- df -h
119
118
mv "$(jt -u native ruby-home)" "${{ github.workspace }}/truffleruby-native"
120
- rm -r mxbuild ../graal/sdk/mxbuild
121
- df -h
122
119
cd ${{ github.workspace }}
123
120
tar cf ${{ github.workspace }}/truffleruby-native.tar truffleruby-native
124
- ls -lh ${{ github.workspace }}/truffleruby-native.tar
125
121
- uses : actions/upload-artifact@v2
126
122
with :
127
123
name : truffleruby-native
You can’t perform that action at this time.
0 commit comments