Skip to content

Commit

Permalink
Correct variable names
Browse files Browse the repository at this point in the history
pleroy committed Apr 7, 2024
1 parent d1bcee0 commit 10b3f6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@ on:
workflow_dispatch:

env:
PRINCIPIA_HEADERS_CONFIG: include
PRINCIPIA_MSVC_CONFIG: none
PRINCIPIA_HEADERS_MULTIPRECISION: include
PRINCIPIA_MSVC_MULTIPRECISION: none

jobs:
build:
@@ -30,5 +30,5 @@ jobs:
uses: mockingbirdnest/actions/windows/upload_artifact@main
with:
name: multiprecision
headers_directory: ${{ env.PRINCIPIA_HEADERS_CONFIG }}
solution_directory: ${{ env.PRINCIPIA_MSVC_CONFIG }}
headers_directory: ${{ env.PRINCIPIA_HEADERS_MULTIPRECISION }}
solution_directory: ${{ env.PRINCIPIA_MSVC_MULTIPRECISION }}

0 comments on commit 10b3f6f

Please sign in to comment.