From f2cc845b138a6b45aed54d1163172012ac089c70 Mon Sep 17 00:00:00 2001 From: pleroy Date: Sun, 7 Apr 2024 18:13:51 +0200 Subject: [PATCH] Upload with signature --- .github/workflows/build.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2c631bd65..2ad199271 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -7,16 +7,20 @@ on: branches: [ '*' ] workflow_dispatch: +env: + PRINCIPIA_HEADERS_CONFIG: include + PRINCIPIA_MSVC_CONFIG: none + jobs: build: runs-on: windows-latest steps: - name: Checkout source files - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: mockingbirdnest/actions/windows/upload_artifact@main with: - name: config - path: | - include/** + name: abseil-cpp + headers_directory: ${{ env.PRINCIPIA_HEADERS_CONFIG }} + solution_directory: ${{ env.PRINCIPIA_MSVC_CONFIG }} \ No newline at end of file