From 4e243038e2eb324187c97696dd392897c97aaebb Mon Sep 17 00:00:00 2001 From: Andrei Davydov Date: Tue, 14 Nov 2023 14:29:24 +0300 Subject: [PATCH] CI: Try save nave sources. --- .github/workflows/Build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 7874fa8..1b25624 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -36,6 +36,12 @@ jobs: ./csharp/EPAM.Deltix.DFPMath/Version.targets ./native/include* retention-days: 7 + - uses: actions/upload-artifact@v3 + with: + name: native-sources + path: | + native/ + retention-days: 7 build-native-linux: runs-on: ubuntu-22.04