Skip to content

Commit a63f201

Browse files
committed
Try cleanup GitHub CI/CD environment
1 parent cc9989c commit a63f201

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/remoteBuild.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ jobs:
129129
run: |
130130
echo -e "foreign printf(format *ubyte, ...) int\nfunc main {\nprintf('Hello, world!\\n')\n}" > h.adept
131131
${{github.workspace}}/build/adept h.adept
132-
./hArchive Build Result
132+
./h
133+
- name: Archive Build Result
133134
uses: a7ul/[email protected]
134135
with:
135136
command: c

0 commit comments

Comments
 (0)