Skip to content

Commit 0e0e02f

Browse files
committed
cleanup actions
1 parent 07c1270 commit 0e0e02f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,16 +143,14 @@ jobs:
143143
run: sudo sh -c "echo ':APE:M::MZqFpD::/bin/sh:' >/proc/sys/fs/binfmt_misc/register"
144144
- name: Try nobuild build
145145
run: |
146-
ls -la
147146
mkdir src
148147
cp full/perl.com src/
149148
printf "%s\n" 'print "Hello, World!\n";' > src/hello
150149
echo '{"defaultconfig":"hello","apperl_configs":{"hello":{"dest":"hello.com","base":"nobuild-v0.1.0","zip_extra_files":{"bin":["src/hello"]}}}}' > apperl-project.json
151150
chmod +x src/perl.com
152151
src/perl.com /zip/bin/apperlm list
153152
src/perl.com /zip/bin/apperlm build
154-
ls -la
155-
./hello.com -v
153+
./hello.com
156154
157155
create-release:
158156
name: Create release

0 commit comments

Comments
 (0)