Skip to content

Commit 0f2d171

Browse files
committed
Update main.yml
1 parent c1f8ae7 commit 0f2d171

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Build DLL
12
on:
23
workflow_dispatch:
34

@@ -20,11 +21,11 @@ jobs:
2021
vcpkgDirectory: # optional, default is ${{ github.workspace }}/vcpkg
2122
# Specify entries to append to the .artifactignore file. This file specifies which directory to ignore or to include by the Cache task. For more info: https://docs.microsoft.com/en-us/azure/devops/artifacts/reference/artifactignore?view=azure-devops . The file is created if not already existing.
2223
vcpkgArtifactIgnoreEntries: # optional, default is !.git
23-
**/*
24-
!installed
25-
!/vcpkg
26-
!vcpkg.exe
27-
!vcpkgArtifactIgnoreEntries
24+
**/*
25+
!installed
26+
!/vcpkg
27+
!vcpkg.exe
28+
!vcpkgArtifactIgnoreEntries
2829

2930
# Specify the URL Git repository to download vcpkg from. Defaults to https://github.com/microsoft/vcpkg.git
3031
vcpkgGitURL: # optional, default is https://github.com/microsoft/vcpkg.git

0 commit comments

Comments
 (0)