From aa88ec8efb294a0d651d97be749037e39cca869d Mon Sep 17 00:00:00 2001 From: RaphaelIT7 Date: Tue, 23 May 2023 00:52:48 +0200 Subject: [PATCH] Added a missing file --- .github/workflows/artifacts.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 06a573a..dee169f 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -82,6 +82,7 @@ jobs: chmod +x createjoltprojects.sh chmod +x devtools/bin/vpc_linux chmod +x devtools/bin/vpc + chmod +x devtools/gendbg.sh ./createjoltprojects.sh make -f jolt.mak -j $(nproc) @@ -90,4 +91,4 @@ jobs: with: name: vphysics_jolt_${{ matrix.source_branch }}_linux32 path: ${{ matrix.source_branch }}/game - if-no-files-found: error + if-no-files-found: error \ No newline at end of file