Skip to content

Commit 9014aa8

Browse files
committed
try reverting path
1 parent dd32e55 commit 9014aa8

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ jobs:
8080

8181
- name: Package
8282
shell: pwsh
83-
run: dotnet pack .\Tocsoft.GraphQLCodeGen.Npm\Tocsoft.GraphQLCodeGen.Npm.csproj -c Release -o ../packages
83+
run: dotnet pack .\Tocsoft.GraphQLCodeGen.Npm\Tocsoft.GraphQLCodeGen.Npm.csproj -c Release -o packages
8484

8585
- uses: actions/upload-artifact@v2
8686
with:
87-
name: application
88-
path: npm/*.*
87+
name: npm
88+
path: packages/*.tgz
8989

9090
- name: Configure Github package registry
9191
shell: pwsh

GraphQLCodeGen.sln

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.27004.2006
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.31025.194
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tocsoft.GraphQLCodeGen.MsBuild", "Tocsoft.GraphQLCodeGen.MsBuild\Tocsoft.GraphQLCodeGen.MsBuild.csproj", "{72A4A7AD-19C7-4587-9383-8E7262EA83CA}"
77
EndProject
@@ -12,14 +12,12 @@ EndProject
1212
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FC21B6D1-7061-45D1-B2D2-01C779B47B62}"
1313
ProjectSection(SolutionItems) = preProject
1414
.gitignore = .gitignore
15-
appveyor.yml = appveyor.yml
16-
build.cmd = build.cmd
17-
gitversion.yml = gitversion.yml
15+
.github\workflows\build.yml = .github\workflows\build.yml
1816
LICENSE = LICENSE
1917
README.md = README.md
2018
EndProjectSection
2119
EndProject
22-
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "Tocsoft.GraphQLCodeGen.Npm", "Tocsoft.GraphQLCodeGen.Npm\Tocsoft.GraphQLCodeGen.Npm.csproj", "{66960FDE-B8B7-4A89-95E5-B71B2A276276}"
20+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tocsoft.GraphQLCodeGen.Npm", "Tocsoft.GraphQLCodeGen.Npm\Tocsoft.GraphQLCodeGen.Npm.csproj", "{66960FDE-B8B7-4A89-95E5-B71B2A276276}"
2321
EndProject
2422
Global
2523
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)