We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1b8a89 + 56cb988 commit 1170084Copy full SHA for 1170084
.github/workflows/pack.yaml
@@ -70,7 +70,7 @@ jobs:
70
run: dotnet nuget push "**/*.nupkg" -k ${{ steps.login.outputs.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
71
72
- name: Publish artifact
73
- uses: actions/upload-artifact@master
+ uses: actions/upload-artifact@v5
74
with:
75
name: packaged-template
76
path: ./src/package
src/templatepack.csproj
@@ -16,7 +16,7 @@
16
<IncludeContentInPack>true</IncludeContentInPack>
17
<IncludeBuildOutput>false</IncludeBuildOutput>
18
<ContentTargetFolders>content</ContentTargetFolders>
19
- <Version>1.1.11</Version>
+ <Version>1.3.0</Version>
20
<PackageReadmeFile>README.md</PackageReadmeFile>
21
</PropertyGroup>
22
0 commit comments