Updated workflow.

This commit is contained in:
profi200 2023-05-02 02:03:58 +02:00 committed by GitHub
parent 5e103deecc
commit 1e5e1ea6a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -16,6 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
submodules: recursive
- name: Install dependencies
run: |
apt-get update
@ -30,12 +33,11 @@ jobs:
- name: Build project
run: |
export PATH=$PWD/ctr_firm_builder:$PATH
git submodule update --init --depth 1 --recursive
make nightly
echo ${{ github.sha }} >> ./nightly/nightly_commit.txt
- name: Upload artifact
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@v3
with:
name: open_agb_firm_nightly
path: ./nightly