Skip to content

Commit

Permalink
Merge pull request #2 from mockingbirdnest/Actions
Browse files Browse the repository at this point in the history
Upload with signature
  • Loading branch information
pleroy authored Apr 7, 2024
2 parents 0857566 + 9f661ee commit c8aacda
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit c8aacda

Please sign in to comment.