Update d.yml

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-26 12:58:47 +02:00 committed by GitHub
parent 713d491727
commit 3069878aa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -37,8 +37,7 @@ jobs:
- name: Build
run: dub build
- name: Chmod compiler
run: chmod +x tlang
- uses: actions/upload-artifact@v3
with:
@ -55,6 +54,10 @@ jobs:
with:
name: tbin
- name: Chmod compiler
run: chmod +x tlang
- name: Basic test
run: ./tlang --help