Update d.yml

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-26 13:51:35 +02:00 committed by GitHub
parent 8c588ab52f
commit 1e65b2caee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 1 deletions

View File

@ -221,6 +221,30 @@ jobs:
chmod +x extern_test.sh
./extern_test.sh
##################################
####### Deployment section #######
##################################
deploy:
needs: [build, unittests, typecheck, syntaxcheck, emit]
name: Deply alpha build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Download tlang compiler
uses: actions/download-artifact@v3
with:
name: tbin
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
tbin