Skip to content

Commit

Permalink
Update msvc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesaulniers committed May 31, 2023
1 parent 43cb29a commit a945ab1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: msvc

on:
push:

branches: [ master ]
paths-ignore:
- '**.md'
- 'docs/**'

env:
BUILD_TYPE: Release

Expand All @@ -21,7 +25,7 @@ jobs:
setupOnly: true
vcpkgTriplet: ${{env.vcpkg_triplet}}
vcpkgGitCommitId: ${{env.vcpkg_git_commit_id}}
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Create Build Environment
Expand All @@ -37,7 +41,7 @@ jobs:
- name: Show built files
working-directory: ${{runner.workspace}}/build/bin
run: tree
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: Win64 artifacts
name: wolf-shaper-win64-${{ github.sha }}
path: ${{runner.workspace}}/build/bin/

0 comments on commit a945ab1

Please sign in to comment.