Skip to content

Commit b67cf5a

Browse files
authored
Update build (#538)
* Build loadup (#1) * Add new GitHub action to create medley release * Update to manual trigger with release name as input * Build loadup (#2) * Add new GitHub action to create medley release * Update to manual trigger with release name as input * Cleanup * Build loadup (#3) * Add new GitHub action to create medley release * Update to manual trigger with release name as input * Cleanup * Cleanup * Build loadup (#4) * Add new GitHub action to create medley release * Update to manual trigger with release name as input * Cleanup * Cleanup * Build loadup (#5) * Add new GitHub action to create medley release * Update to manual trigger with release name as input * Cleanup * Cleanup * Move sysouts to correct location * Set root directory to medley
1 parent d1fe834 commit b67cf5a

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

.github/workflows/buildLoadup.yml

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -50,32 +50,34 @@ jobs:
5050
run: |
5151
cp -p tmp/full.sysout tmp/lisp.sysout tmp/*.dribble tmp/whereis.hash loadups/
5252
cp -p tmp/exports.all tmp/RDSYS tmp/RDSYS.LCOM library/
53-
tar cfz tmp/$tag-loadups.tgz \
54-
loadups/lisp.sysout \
55-
loadups/full.sysout \
56-
loadups/whereis.hash \
57-
library/exports.all \
58-
library/RDSYS/ \
59-
library/RDSYS.LCOM
53+
cd ..
54+
tar cfz medley/tmp/$tag-loadups.tgz \
55+
medley/loadups/lisp.sysout \
56+
medley/loadups/full.sysout \
57+
medley/loadups/whereis.hash \
58+
medley/library/exports.all \
59+
medley/library/RDSYS/ \
60+
medley/library/RDSYS.LCOM
6061
6162
- name: tar part 2
6263
run: |
63-
tar cfz tmp/$tag-runtime.tgz \
64-
--exclude "*~" --exclude "*#*" \
65-
docs/dinfo \
66-
docs/Documentation\ Tools \
67-
greetfiles/SIMPLE-INIT \
68-
run-medley \
69-
scripts \
70-
fonts/displayfonts \
71-
fonts/altofonts \
72-
fonts/postscriptfonts \
73-
library/ \
74-
lispusers/ \
75-
fonts/big \
76-
fonts/other \
77-
sources/ \
78-
internal/library
64+
cd ..
65+
tar cfz medley/tmp/$tag-runtime.tgz \
66+
--exclude "*~" --exclude "*#*" \
67+
medley/docs/dinfo \
68+
medley/docs/Documentation\ Tools \
69+
medley/greetfiles/SIMPLE-INIT \
70+
medley/run-medley \
71+
medley/scripts \
72+
medley/fonts/displayfonts \
73+
medley/fonts/altofonts \
74+
medley/fonts/postscriptfonts \
75+
medley/library/ \
76+
medley/lispusers/ \
77+
medley/fonts/big \
78+
medley/fonts/other \
79+
medley/sources/ \
80+
medley/internal/library
7981
8082
- name: Release notes
8183
run: |

0 commit comments

Comments
 (0)